milyiyo commited on
Commit
82dd0db
·
1 Parent(s): 8400fbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)