dnth commited on
Commit
f7966b9
·
1 Parent(s): 6799d9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,4 +110,4 @@ gr_interface = gr.Interface(
110
  # gr_interface = gr.Interface(fn=show_preds, inputs=["webcam", display_chkbox_label, display_chkbox_box, detection_threshold_slider], outputs=outputs, title='IceApp - COCO', live=True)
111
 
112
 
113
- gr_interface.launch(inline=False, share=True, debug=True)
 
110
  # gr_interface = gr.Interface(fn=show_preds, inputs=["webcam", display_chkbox_label, display_chkbox_box, detection_threshold_slider], outputs=outputs, title='IceApp - COCO', live=True)
111
 
112
 
113
+ gr_interface.launch(inline=False, share=False, debug=True)