Hugging Face
Models
Datasets
Spaces
Community
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...
9c4b671
playgroundai-playground-v2.5-1024px-aesthetic
/
app.py
iphann
Update app.py
9c4b671
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
139 Bytes
# app.py
import
os
os.system(
"sh setup.sh"
)
import
gradio
as
gr
gr.load(
"models/playgroundai/playground-v2.5-1024px-aesthetic"
).launch()