Spaces:
Running
on
Zero
Running
on
Zero
patrickligardes
commited on
Commit
β’
3e3efb7
1
Parent(s):
029e043
Update app.py
Browse files
app.py
CHANGED
@@ -276,8 +276,8 @@ for ex_human in human_list_path:
|
|
276 |
|
277 |
image_blocks = gr.Blocks().queue()
|
278 |
with image_blocks as demo:
|
279 |
-
gr.Markdown("
|
280 |
-
gr.Markdown("Virtual Try-on with your image and garment image.
|
281 |
with gr.Row():
|
282 |
with gr.Column():
|
283 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
|
|
276 |
|
277 |
image_blocks = gr.Blocks().queue()
|
278 |
with image_blocks as demo:
|
279 |
+
gr.Markdown("IDM-VTON-2.1")
|
280 |
+
gr.Markdown("Virtual Try-on with your image and garment image.")
|
281 |
with gr.Row():
|
282 |
with gr.Column():
|
283 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|