Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jchen8000
/
stable-diffusion-2-1-base
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
05e0035
stable-diffusion-2-1-base
/
app.py
jchen8000
Update app.py
05e0035
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
gradio
as
gr
gr.load(
"models/stabilityai/stable-diffusion-2-1-base"
).launch()