Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(title=title,
|
|
151 |
output_image_gr = gr.Image(label="Panoptic Segmentation Output", type="pil")
|
152 |
output_components.append(output_image_gr)
|
153 |
|
154 |
-
with gr.Row()
|
155 |
with gr.Column(scale=3, variant="panel") as input_component_column:
|
156 |
input_image_gr = gr.Image(type="filepath", label="Input Image")
|
157 |
extra_vocab_gr = gr.Textbox(label="Extra Vocabulary (separated by ;)", placeholder="house;sky")
|
|
|
151 |
output_image_gr = gr.Image(label="Panoptic Segmentation Output", type="pil")
|
152 |
output_components.append(output_image_gr)
|
153 |
|
154 |
+
with gr.Row():
|
155 |
with gr.Column(scale=3, variant="panel") as input_component_column:
|
156 |
input_image_gr = gr.Image(type="filepath", label="Input Image")
|
157 |
extra_vocab_gr = gr.Textbox(label="Extra Vocabulary (separated by ;)", placeholder="house;sky")
|