xichen98cn commited on
Commit
c7bebac
·
verified ·
1 Parent(s): bc63e4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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().style(equal_height=True):
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")