Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lihuggingfacce
/
runwayml-stable-diffusion-v1-5
like
0
Sleeping
App
Files
Files
Community
881be46
runwayml-stable-diffusion-v1-5
/
app.py
lihuggingfacce
initial commit
881be46
over 1 year ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/runwayml/stable-diffusion-v1-5"
).launch()