Spaces:
Running
Running
set accuracy threshold default to 0.0
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ with demo:
|
|
234 |
)
|
235 |
with gr.Column():
|
236 |
filter_accuracy_threshold = gr.Number(
|
237 |
-
value="
|
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,
|