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