Spaces:
Running
Running
wip
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
72 |
check_button = gr.Button("Run Model")
|
73 |
|
74 |
with gr.Row():
|
75 |
-
slider = gr.Slider(minimum=0, maximum=1, step=0.01,
|
76 |
|
77 |
with gr.Row():
|
78 |
pred = gr.Image(label="Predicted Heatmap", visible=True)
|
|
|
72 |
check_button = gr.Button("Run Model")
|
73 |
|
74 |
with gr.Row():
|
75 |
+
slider = gr.Slider(minimum=0, maximum=1, step=0.01, value=0.5, label="Confidence Threshold")
|
76 |
|
77 |
with gr.Row():
|
78 |
pred = gr.Image(label="Predicted Heatmap", visible=True)
|