Roopansh commited on
Commit
601f6be
ยท
verified ยท
1 Parent(s): 0a118a7

Back to Normal

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