Roopansh commited on
Commit
ef0b8b6
β€’
1 Parent(s): ac8735f

Removed Title

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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)