Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
r3gm/AICoverGen_old_stable_cpu
vakilrathod67
/
AICoverGen_old_stable_
like
0
Runtime error
App
Files
Files
Community
3ace12e
AICoverGen_old_stable_
/
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"
)