Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
r3gm/AICoverGen
marvelsouvik
/
AICoverGen_souvik
like
1
Runtime error
App
Files
Files
Community
baccc99
AICoverGen_souvik
/
app.py
r3gm
Update app.py
baccc99
about 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
os
os.system(
"python src/download_models.py"
)
os.system(
"python src/webui.py"
)