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
6159823
CoverGen-RVC
/
app.py
Politrees
Update app.py
77a98c2
verified
4 months ago
raw
Copy download link
history
blame
Safe
94 Bytes
import
os
os.system(
"python src/download_models.py"
)
os.system(
"python src/covergen.py True"
)