Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
r3gm/AICoverGen
Rooni
/
AI-Cover
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rooni
commited on
Feb 9, 2024
Commit
b97596e
·
verified
·
1 Parent(s):
02cf7bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
import os
2
os.system("python src/download_models.py")
3
os.system("python src/webui.py")
1
import os
2
+
3
os.system("python src/download_models.py")
4
os.system("python src/webui.py")