IronJayx commited on
Commit
76396f2
1 Parent(s): d3d6406

equal hight false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ with gr.Blocks() as demo:
241
  </div>
242
  </div>
243
  """)
244
- with gr.Row():
245
  with gr.Column():
246
  # The image overflow, fix
247
  image_and_mask = gr.ImageMask(
 
241
  </div>
242
  </div>
243
  """)
244
+ with gr.Row(equal_height=False):
245
  with gr.Column():
246
  # The image overflow, fix
247
  image_and_mask = gr.ImageMask(