Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
freyza/AICoverGen_Mod
netynet
/
AICoverGen_Mod
like
2
Sleeping
App
Files
Files
Community
freyza
commited on
Feb 20
Commit
8e8c377
•
1 Parent(s):
1cfc047
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
os.system("python src/download_models.py")
3
+
os.system("python src/webui.py")