Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks() as demo:
|
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
input_image = gr.Image(label="Input Image", type="pil")
|
73 |
-
pred_iou_thresh = gr.Slider(0.
|
74 |
-
stability_score_thresh = gr.Slider(0.
|
75 |
submit_button = gr.Button("Submit")
|
76 |
|
77 |
with gr.Column():
|
|
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
input_image = gr.Image(label="Input Image", type="pil")
|
73 |
+
pred_iou_thresh = gr.Slider(0.05, 0.95, value=0.5, label="SAM Pred IoU Thresh")
|
74 |
+
stability_score_thresh = gr.Slider(0.05, 0.95, value=0.7, label="SAM Stability Score Thresh")
|
75 |
submit_button = gr.Button("Submit")
|
76 |
|
77 |
with gr.Column():
|