chadpanda commited on
Commit
5d41213
1 Parent(s): e74afa1

Update app.py

Browse files

removed `share=True`

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,4 +196,4 @@ with gr.Blocks(css=css_bg_img) as demo:
196
  None,
197
  )
198
 
199
- demo.launch(debug=False, share=True)
 
196
  None,
197
  )
198
 
199
+ demo.launch(debug=False)