Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
|
|
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)
|