Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matt2cents
/
Text-to-Image
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
matt2cents
commited on
Apr 11, 2023
Commit
38a565e
·
1 Parent(s):
2e4a8eb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
2
import gradio as gr
3
-
gr.Interface.load("models/
CompVis
/stable-diffusion-
v1
-
4
").launch()
1
2
import gradio as gr
3
+
gr.Interface.load("models/
stabilityai
/stable-diffusion-
2
-
1
").launch()