seawolf2357 commited on
Commit
4caaa24
Β·
verified Β·
1 Parent(s): 0d0ea35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -264,8 +264,7 @@ garm_list_path = [os.path.join(example_path,"cloth",garm) for garm in garm_list]
264
 
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, and get the best result you want")
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)
 
264
 
265
  image_blocks = gr.Blocks(css="style.css").queue()
266
  with image_blocks as demo:
267
+ gr.Markdown("## MyFit-AI")
 
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)