Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
noes14155
/
runwayml-stable-diffusion-v1-5
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
noes14155
commited on
Jul 10, 2023
Commit
09289d8
·
1 Parent(s):
cd7a4ad
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.
Interference
.load("models/runwayml/stable-diffusion-v1-5").launch()
1
import gradio as gr
2
3
+
gr.
Interface
.load("models/runwayml/stable-diffusion-v1-5").launch()