Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
milyiyo
/
test_gradio_load
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
milyiyo
commited on
Jan 20, 2023
Commit
82dd0db
·
1 Parent(s):
8400fbb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,4 @@ import gradio as gr
2
3
demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")
4
5
-
demo.launch()
2
3
demo = gr.Interface.load("spaces/stabilityai/stable-diffusion-1")
4
5
+
demo.launch(
show_api=True, share=True
)