Ramendra commited on
Commit
4789bd7
1 Parent(s): 39483b5

Update app.py

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