Roopansh commited on
Commit
ac8735f
β€’
1 Parent(s): fe63113
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ with image_blocks as demo:
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,min_height=40):
276
  example = gr.Examples(
277
  inputs=imgs,
278
  examples_per_page=5,
 
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,