Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
32 |
gr.Slider(minimum=0, maximum=1, value=0.25, label="Confidence threshold"),
|
33 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
34 |
],
|
35 |
-
outputs=gr.Image(type="pil"
|
36 |
examples=example_list,
|
37 |
title="Object Detection",
|
38 |
description="Upload Valid Images:Traffic Sign/Light & Fire Hydrant",
|
|
|
32 |
gr.Slider(minimum=0, maximum=1, value=0.25, label="Confidence threshold"),
|
33 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
34 |
],
|
35 |
+
outputs=gr.Image(type="pil"),
|
36 |
examples=example_list,
|
37 |
title="Object Detection",
|
38 |
description="Upload Valid Images:Traffic Sign/Light & Fire Hydrant",
|