yibum commited on
Commit
f94783d
·
1 Parent(s): c6ea0a2

set accuracy threshold default to 0.0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ with demo:
234
  )
235
  with gr.Column():
236
  filter_accuracy_threshold = gr.Number(
237
- value="3",
238
  label="Accuracy Threshold",
239
  info="Range: 0.0 to 4.0",
240
  interactive=True,
 
234
  )
235
  with gr.Column():
236
  filter_accuracy_threshold = gr.Number(
237
+ value="0",
238
  label="Accuracy Threshold",
239
  info="Range: 0.0 to 4.0",
240
  interactive=True,