Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
models2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
models2
/
app.py
Geek7
Create app.py
a0e209c
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
gradio
as
gr
gr.load(
"models/stabilityai/stable-diffusion-xl-base-1.0"
).launch()