dnth commited on
Commit
4f2d5fc
·
1 Parent(s): 5360a6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ gr_interface = gr.Interface(fn=show_preds, inputs=["image", display_chkbox_label
83
  # 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)
84
 
85
 
86
- gr_interface.launch(inline=False, share=True, debug=True)
 
83
  # 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)
84
 
85
 
86
+ gr_interface.launch(inline=False, share=False, debug=True)