Roopansh commited on
Commit
0a118a7
ยท
verified ยท
1 Parent(s): 50262ce

small changes

Browse files
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.Column(min_width=400):
276
  example = gr.Examples(
277
  inputs=imgs,
278
  examples_per_page=10,
 
272
  with gr.Row():
273
  is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
274
 
275
+ with gr.Column(width=20,height=20):
276
  example = gr.Examples(
277
  inputs=imgs,
278
  examples_per_page=10,