Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -182,7 +182,6 @@ with gr.Blocks(css=css, theme=plum_theme) as demo:
|
|
| 182 |
placeholder="e.g., cat, ear, car wheel...",
|
| 183 |
info="What do you want to segment?"
|
| 184 |
)
|
| 185 |
-
threshold = gr.Slider(label="Confidence Threshold", minimum=0.0, maximum=1.0, value=0.4, step=0.05)
|
| 186 |
|
| 187 |
run_button = gr.Button("Segment", variant="primary")
|
| 188 |
|
|
|
|
| 182 |
placeholder="e.g., cat, ear, car wheel...",
|
| 183 |
info="What do you want to segment?"
|
| 184 |
)
|
|
|
|
| 185 |
|
| 186 |
run_button = gr.Button("Segment", variant="primary")
|
| 187 |
|