Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
nevreal/CoverGen-RVC
MizaelSA
/
CoverGen-RVC
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6718e39
CoverGen-RVC
/
app.py
Politrees
Update app.py
77a98c2
verified
over 1 year 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"
)