Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|