Hakureirm commited on
Commit
c523152
·
verified ·
1 Parent(s): 37613ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -381,7 +381,7 @@ with gr.Blocks() as demo:
381
  value=20
382
  )
383
  conf_threshold = gr.Slider(
384
- minimum=0.1,
385
  maximum=1.0,
386
  value=0.2,
387
  step=0.05,
 
381
  value=20
382
  )
383
  conf_threshold = gr.Slider(
384
+ minimum=0.0,
385
  maximum=1.0,
386
  value=0.2,
387
  step=0.05,