tsi-org commited on
Commit
e172ba8
β€’
1 Parent(s): 53c5543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ for ex_human in human_list_path:
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
  gr.Markdown("## Swap Clothes in Pixio AI πŸ‘•πŸ‘”πŸ‘š")
264
- gr.Markdown("Virtual Try-on with your image and garment image. Check Pixio [model](https://mytsi.org)")
265
  with gr.Row():
266
  with gr.Column():
267
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
 
261
  image_blocks = gr.Blocks().queue()
262
  with image_blocks as demo:
263
  gr.Markdown("## Swap Clothes in Pixio AI πŸ‘•πŸ‘”πŸ‘š")
264
+ gr.Markdown("Virtual Try-on with your image and garment image. Check Pixio [model](https://pixio.myapps.ai)")
265
  with gr.Row():
266
  with gr.Column():
267
  imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)