Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lu2000
/
sd-v1-5
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lu2000
commited on
Mar 15, 2023
Commit
2896ad7
·
1 Parent(s):
8899b4d
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()