IDM-VTON
commited on
Commit
β’
3af7a49
1
Parent(s):
b53c61a
update IDM-VTON Demo
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with image_blocks as demo:
|
|
237 |
with gr.Column():
|
238 |
imgs = gr.ImageMask(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
239 |
with gr.Row():
|
240 |
-
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask")
|
241 |
example = gr.Examples(
|
242 |
inputs=imgs,
|
243 |
examples_per_page=8,
|
|
|
237 |
with gr.Column():
|
238 |
imgs = gr.ImageMask(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
239 |
with gr.Row():
|
240 |
+
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask",value=True)
|
241 |
example = gr.Examples(
|
242 |
inputs=imgs,
|
243 |
examples_per_page=8,
|