Spaces:
Sleeping
Sleeping
Back to Normal
Browse files
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 |
-
|
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")
|