till-onethousand commited on
Commit
e17335f
·
verified ·
1 Parent(s): 08cf346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ iface = gr.Interface(
17
  fn=predict_image,
18
  inputs=[
19
  gr.Image(type="filepath", label="Upload Image"),
20
- gr.Slider(minimum=0, maximum=1, value=0.25, label="Confidence threshold"),
21
  ],
22
  outputs=gr.Image(type="filepath", label="Result"),
23
  title="OneThousand YoloV2 Person Detection",
 
17
  fn=predict_image,
18
  inputs=[
19
  gr.Image(type="filepath", label="Upload Image"),
20
+ gr.Slider(minimum=0, maximum=1, value=0.75, label="Confidence threshold"),
21
  ],
22
  outputs=gr.Image(type="filepath", label="Result"),
23
  title="OneThousand YoloV2 Person Detection",