Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
r3gm/AICoverGen
LaynzID12
/
AiCoverGenerator
like
1
Runtime error
App
Files
Files
Community
3e3db38
AiCoverGenerator
/
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"
)