hasibzunair commited on
Commit
8b75c55
β€’
1 Parent(s): 44f7f6c

dummy link added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def inference(clothing_image, person_image, remove_bg):
130
 
131
  title = "Virtual Dressing Room"
132
  description = "This is a demo for image based virtual try-on. It generates a synthetic image of a person wearing a target clothing item. To use it, simply upload your clothing item and person images, or click one of the examples to load them. Read more at the links below."
133
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1512.03385' target='_blank'>Fill in Fabrics: Body-Aware Self-Supervised Inpainting for Image-Based Virtual Try-On (Under Review!)</a> | <a href='https://github.com/dktunited/fifa_demo' target='_blank'>Github</a></p>"
134
  thumbnail = None # "./pathtothumbnail.png"
135
 
136
  gr.Interface(
 
130
 
131
  title = "Virtual Dressing Room"
132
  description = "This is a demo for image based virtual try-on. It generates a synthetic image of a person wearing a target clothing item. To use it, simply upload your clothing item and person images, or click one of the examples to load them. Read more at the links below."
133
+ article = "<p style='text-align: center'><a href='will_be_added' target='_blank'>Fill in Fabrics: Body-Aware Self-Supervised Inpainting for Image-Based Virtual Try-On (Under Review!)</a> | <a href='https://github.com/dktunited/fifa_demo' target='_blank'>Github</a></p>"
134
  thumbnail = None # "./pathtothumbnail.png"
135
 
136
  gr.Interface(