razfar commited on
Commit
0005a4b
·
1 Parent(s): 55f0958

fix share bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,4 +223,4 @@ gr.Interface(
223
  outputs=[gr.Image(label="detection", type="pil"), gr.Textbox(label="")],
224
  css=css_code,
225
  allow_flagging="never",
226
- ).launch(debug=True, share=True)
 
223
  outputs=[gr.Image(label="detection", type="pil"), gr.Textbox(label="")],
224
  css=css_code,
225
  allow_flagging="never",
226
+ ).launch(debug=True)