Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Politrees
/
CoverGen-RVC
like
19
Running
App
Files
Files
Community
9
Politrees
commited on
Jul 18
Commit
77a98c2
β’
1 Parent(s):
5f76498
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
import os
2
3
os.system("python src/download_models.py")
4
-
os.system("python src/covergen.py")
1
import os
2
3
os.system("python src/download_models.py")
4
+
os.system("python src/covergen.py
True
")