Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,10 +35,9 @@ iface = gr.Interface(fn=detect_and_draw_box,
|
|
| 35 |
gr.components.Checkbox(label="Display confidence"),],
|
| 36 |
outputs="image",
|
| 37 |
examples=[
|
| 38 |
-
["./
|
| 39 |
-
["./
|
| 40 |
-
["./
|
| 41 |
-
["./images/fruits.jpg", "yolov4", .6, True],
|
| 42 |
]
|
| 43 |
)
|
| 44 |
iface.launch()
|
|
|
|
| 35 |
gr.components.Checkbox(label="Display confidence"),],
|
| 36 |
outputs="image",
|
| 37 |
examples=[
|
| 38 |
+
["./1.jpg", "yolov4", .25, True],
|
| 39 |
+
["./2.jpg", "yolov4", .4, True],
|
| 40 |
+
["./3.jpg", "yolov4", .6, True],
|
|
|
|
| 41 |
]
|
| 42 |
)
|
| 43 |
iface.launch()
|