nehulagrawal commited on
Commit
6d4c501
·
1 Parent(s): e0757ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ with gr.Blocks(title="YOLOS Object Detection - ClassCat",
88
  input_image = gr.Image(label="Input image", type="pil")
89
  output_image = gr.Image(label="Output image with predicted instances", type="pil")
90
 
91
- gr.Examples(['samples/cats.jpg', 'samples/detectron2.png', 'samples/cat.jpg', 'samples/hotdog.jpg'], inputs=input_image)
92
 
93
  gr.HTML("""<br/>""")
94
  gr.HTML("""<h4 style="color:navy;">3. Set a threshold value (default to 0.9)</h4>""")
 
88
  input_image = gr.Image(label="Input image", type="pil")
89
  output_image = gr.Image(label="Output image with predicted instances", type="pil")
90
 
91
+ gr.Examples(['samples/1.jpeg', 'samples/2.JPG'], inputs=input_image)
92
 
93
  gr.HTML("""<br/>""")
94
  gr.HTML("""<h4 style="color:navy;">3. Set a threshold value (default to 0.9)</h4>""")