Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,7 +188,7 @@ with gr.Blocks(css=css, theme=plum_theme) as demo:
|
|
| 188 |
# Right Column: Output
|
| 189 |
with gr.Column(scale=1.5):
|
| 190 |
# AnnotatedImage creates a nice overlay visualization
|
| 191 |
-
output_image = gr.AnnotatedImage(label="Segmented Output", height=
|
| 192 |
|
| 193 |
with gr.Row():
|
| 194 |
threshold = gr.Slider(label="Confidence Threshold", minimum=0.0, maximum=1.0, value=0.4, step=0.05)
|
|
|
|
| 188 |
# Right Column: Output
|
| 189 |
with gr.Column(scale=1.5):
|
| 190 |
# AnnotatedImage creates a nice overlay visualization
|
| 191 |
+
output_image = gr.AnnotatedImage(label="Segmented Output", height=400)
|
| 192 |
|
| 193 |
with gr.Row():
|
| 194 |
threshold = gr.Slider(label="Confidence Threshold", minimum=0.0, maximum=1.0, value=0.4, step=0.05)
|