Roopansh commited on
Commit
50262ce
ยท
verified ยท
1 Parent(s): 8037e87

Small Changes

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -271,12 +271,13 @@ 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=10,
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
+
275
+ with gr.Column(min_width=400):
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")