Spaces:
Sleeping
Sleeping
Removed Title
Browse files
app.py
CHANGED
@@ -262,8 +262,9 @@ for ex_human in human_list_path:
|
|
262 |
|
263 |
image_blocks = gr.Blocks().queue()
|
264 |
with image_blocks as demo:
|
265 |
-
gr.Markdown("## AILUSION VTON DEMO πππ")
|
266 |
-
gr.Markdown("Virtual Try-on with your image and garment image.")
|
|
|
267 |
with gr.Row():
|
268 |
with gr.Column():
|
269 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|
|
|
262 |
|
263 |
image_blocks = gr.Blocks().queue()
|
264 |
with image_blocks as demo:
|
265 |
+
# gr.Markdown("## AILUSION VTON DEMO πππ")
|
266 |
+
# gr.Markdown("Virtual Try-on with your image and garment image.")
|
267 |
+
|
268 |
with gr.Row():
|
269 |
with gr.Column():
|
270 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
|