Spaces:
Runtime error
Runtime error
Commit
·
6d4c501
1
Parent(s):
e0757ea
Update app.py
Browse files
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/
|
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>""")
|