AvaJones commited on
Commit
98b1171
β€’
1 Parent(s): 4384021

Update app.py

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