LPDoctor commited on
Commit
5844832
β€’
1 Parent(s): 9611dac

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
265
  image_blocks = gr.Blocks(css="style.css").queue()
266
  with image_blocks as demo:
267
  gr.Markdown("## IDM-VTON πŸ‘•πŸ‘”πŸ‘š")
268
- 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)")
269
  with gr.Row():
270
  with gr.Column():
271
  # imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
 
265
  image_blocks = gr.Blocks(css="style.css").queue()
266
  with image_blocks as demo:
267
  gr.Markdown("## IDM-VTON πŸ‘•πŸ‘”πŸ‘š")
268
+ 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). Remeber to upload human photo and select garment")
269
  with gr.Row():
270
  with gr.Column():
271
  # imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)