Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alexkueck
/
stable-diffusion-2-test
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4eeec90
stable-diffusion-2-test
/
app.py
Alexandra Kueck
initial commit
4eeec90
almost 2 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/stabilityai/stable-diffusion-2"
).launch()