Spaces:
Running
on
Zero
Running
on
Zero
jshang-bdai
commited on
Commit
•
78ce8aa
1
Parent(s):
e312e92
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
72 |
input_image = gr.Image(label="Input Image", type="pil")
|
73 |
|
74 |
with gr.Accordion("Advanced Settings", open=False):
|
75 |
-
model_size = gr.Radio(["tiny", "small", "base"], value="
|
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 |
|
|
|
72 |
input_image = gr.Image(label="Input Image", type="pil")
|
73 |
|
74 |
with gr.Accordion("Advanced Settings", open=False):
|
75 |
+
model_size = gr.Radio(["tiny", "small", "base"], value="base", 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 |
|