Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JackismyShephard/ultimate-rvc
TrueGamersArmy
/
Ultimate-RVC-AI-Music-Cover
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JackismyShephard
commited on
Feb 15, 2025
Commit
198575e
·
verified
·
1 Parent(s):
06d9f0d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
-
from ultimate_rvc.web.main import
app, render_app
2
3
-
app
()
1
+
from ultimate_rvc.web.main import
start_app
2
3
+
start_app
()