Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
r3gm/Ultimate-Vocal-Remover-WebUI
YetNak
/
Ultimate-Vocal-Remover-uuuuy
like
0
Runtime error
App
Files
Files
Community
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()