Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iphann
/
playgroundai-playground-v2.5-1024px-aesthetic
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
iphann
commited on
Mar 5, 2024
Commit
9c4b671
·
verified
·
1 Parent(s):
4a491d2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,7 @@
1
# app.py
2
-
%run
setup.sh
3
4
import gradio as gr
5
1
# app.py
2
+
import
os
3
+
4
+
os.system("sh setup.sh")
5
6
import gradio as gr
7