Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
r3gm
/
AICoverGen
like
347
Running
on
Zero
App
Files
Files
Community
36
r3gm
commited on
Sep 13, 2023
Commit
baccc99
•
1 Parent(s):
f9f9098
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,3 @@
1
+
import os
2
+
os.system("python src/download_models.py")
3
+
os.system("python src/webui.py")