Roopansh commited on
Commit
bb5e10c
Β·
verified Β·
1 Parent(s): d4aa6a5

trial changes

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -271,7 +271,8 @@ with image_blocks as demo:
271
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
272
  with gr.Row():
273
  is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
274
- with gr.Row():
 
275
  example = gr.Examples(
276
  inputs=imgs,
277
  examples_per_page=5,
 
271
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
272
  with gr.Row():
273
  is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
274
+
275
+ with gr.Row(equal_height=True):
276
  example = gr.Examples(
277
  inputs=imgs,
278
  examples_per_page=5,