Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
r3gm
/
Ultimate-Vocal-Remover-WebUI
like
119
Running
App
Files
Files
Community
6
r3gm
commited on
Sep 14, 2023
Commit
be23d15
•
1 Parent(s):
4e4c3fe
Update webUI.py
Browse files
Files changed (1)
hide
show
webUI.py
+1
-0
webUI.py
CHANGED
Viewed
@@ -276,4 +276,5 @@ for category, models in model_dict.items():
276
277
278
279
webui.launch()
276
277
278
279
+
webui = UVRWebUI(uvr, online_data_path='models/download_checks.json')
280
webui.launch()