dnth commited on
Commit
a1b97b2
·
1 Parent(s): 94cb611

charnge example dir

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=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)