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 9, 2023
Commit
078c6d2
·
1 Parent(s):
fc786b0
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.Interface.load("models/
matt2cents
/stable-diffusion-v1-5").launch()
1
import gradio as gr
2
3
+
gr.Interface.load("models/
runwayml
/stable-diffusion-v1-5").launch()