Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -261,8 +261,6 @@ for ex_human in human_list_path:
|
|
261 |
|
262 |
image_blocks = gr.Blocks().queue()
|
263 |
with image_blocks as demo:
|
264 |
-
gr.Markdown("## IDM-VTON πππ")
|
265 |
-
gr.Markdown("Virtual Try-on with your image and garment image. Check out the [source codes](https://github.com/yisol/IDM-VTON) and the [model](https://huggingface.co/yisol/IDM-VTON)")
|
266 |
with gr.Row():
|
267 |
with gr.Column():
|
268 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
|
|
261 |
|
262 |
image_blocks = gr.Blocks().queue()
|
263 |
with image_blocks as demo:
|
|
|
|
|
264 |
with gr.Row():
|
265 |
with gr.Column():
|
266 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|