Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ with image_blocks as demo:
|
|
234 |
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
|
235 |
with gr.Row():
|
236 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
237 |
-
example = gr.Examples(inputs=
|
238 |
|
239 |
with gr.Column():
|
240 |
topwear_image = gr.Image(label="Topwear", sources='upload', type="pil")
|
|
|
234 |
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
|
235 |
with gr.Row():
|
236 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
237 |
+
example = gr.Examples(inputs=inp_img, examples_per_page=10, examples=human_ex_list)
|
238 |
|
239 |
with gr.Column():
|
240 |
topwear_image = gr.Image(label="Topwear", sources='upload', type="pil")
|