ichelp commited on
Commit
cf9fd95
·
1 Parent(s): 1ba6696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
- app = gr.Interface(share=True)
4
  app.load("models/stabilityai/stable-diffusion-2-1").launch()
 
1
  import gradio as gr
2
 
3
+ app = gr.Interface()
4
  app.load("models/stabilityai/stable-diffusion-2-1").launch()