Roopansh commited on
Commit
d4aa6a5
β€’
1 Parent(s): 1509c99

Changes in Rows

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -271,12 +271,12 @@ 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
-
275
- example = gr.Examples(
276
- inputs=imgs,
277
- examples_per_page=3,
278
- examples=human_ex_list
279
- )
280
 
281
  with gr.Column():
282
  garm_img = gr.Image(label="Garment", sources='upload', type="pil")
 
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,
278
+ examples=human_ex_list
279
+ )
280
 
281
  with gr.Column():
282
  garm_img = gr.Image(label="Garment", sources='upload', type="pil")