Spaces:
Running
on
Zero
Running
on
Zero
jshang-bdai
commited on
Commit
•
e312e92
1
Parent(s):
9aa9e84
Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ with gr.Blocks() as demo:
|
|
73 |
|
74 |
with gr.Accordion("Advanced Settings", open=False):
|
75 |
model_size = gr.Radio(["tiny", "small", "base"], value="tiny", label="Theia Model Size")
|
76 |
-
pred_iou_thresh = gr.Slider(0.05, 0.95, step=0.05, value=0.
|
77 |
-
stability_score_thresh = gr.Slider(0.05, 0.95, step=0.05, value=0.
|
78 |
|
79 |
submit_button = gr.Button("Submit")
|
80 |
|
|
|
73 |
|
74 |
with gr.Accordion("Advanced Settings", open=False):
|
75 |
model_size = gr.Radio(["tiny", "small", "base"], value="tiny", label="Theia Model Size")
|
76 |
+
pred_iou_thresh = gr.Slider(0.05, 0.95, step=0.05, value=0.65, label="SAM Pred IoU Thresh")
|
77 |
+
stability_score_thresh = gr.Slider(0.05, 0.95, step=0.05, value=0.85, label="SAM Stability Score Thresh")
|
78 |
|
79 |
submit_button = gr.Button("Submit")
|
80 |
|