Sijuade commited on
Commit
2cdb710
·
1 Parent(s): 9b8d0fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as interface:
17
  gr.Textbox(label='Text Prompts', placeholder=placeholder, lines=3)]
18
 
19
  with gr.Row():
20
- outputs = gr.AnnotatedImage(label="Segmentation Masks")
21
 
22
  with gr.Row():
23
  button = gr.Button("Visualize Segments")
 
17
  gr.Textbox(label='Text Prompts', placeholder=placeholder, lines=3)]
18
 
19
  with gr.Row():
20
+ outputs = gr.AnnotatedImage(label="Segmentation Masks", height=500, width=500)
21
 
22
  with gr.Row():
23
  button = gr.Button("Visualize Segments")