Spaces:
Running
on
Zero
Running
on
Zero
Changes in Rows
Browse files
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 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
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")
|