prithivMLmods commited on
Commit
a90a005
·
verified ·
1 Parent(s): bf64c98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=450)
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)