Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
Advanced-RVC
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NeoPy
commited on
20 days ago
Commit
a7bffd2
·
verified
·
1 Parent(s):
6156ce5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -3,6 +3,6 @@ import sys
3
4
5
6
-
cmd = f"python -
m advanced_rvc_inference.app
"
7
8
os.system(cmd)
3
4
5
6
+
cmd = f"python
rvc
-
gui
"
7
8
os.system(cmd)