Spaces:
Runtime error
Runtime error
charnge example dir
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ detection_threshold_slider = gr.inputs.Slider(minimum=0, maximum=1, step=0.1, de
|
|
72 |
outputs = gr.outputs.Image(type="pil")
|
73 |
|
74 |
# Option 1: Get an image from local drive
|
75 |
-
gr_interface = gr.Interface(fn=show_preds, inputs=["image", display_chkbox_label, display_chkbox_box, detection_threshold_slider], outputs=outputs, title='IceApp - Fridge Object', article=article,examples=
|
76 |
|
77 |
# # Option 2: Grab an image from a webcam
|
78 |
# gr_interface = gr.Interface(fn=show_preds, inputs=["webcam", display_chkbox_label, display_chkbox_box, detection_threshold_slider], outputs=outputs, title='IceApp - COCO', live=False)
|
|
|
72 |
outputs = gr.outputs.Image(type="pil")
|
73 |
|
74 |
# Option 1: Get an image from local drive
|
75 |
+
gr_interface = gr.Interface(fn=show_preds, inputs=["image", display_chkbox_label, display_chkbox_box, detection_threshold_slider], outputs=outputs, title='IceApp - Fridge Object', article=article,examples='./sample_images/')
|
76 |
|
77 |
# # Option 2: Grab an image from a webcam
|
78 |
# gr_interface = gr.Interface(fn=show_preds, inputs=["webcam", display_chkbox_label, display_chkbox_box, detection_threshold_slider], outputs=outputs, title='IceApp - COCO', live=False)
|