rizavelioglu commited on
Commit
d7a5aaa
1 Parent(s): d49c62f

add link to project page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ title = "Facere - Demo"
171
  description = r"""This is the demo of the paper <a href="https://arxiv.org/abs/2404.08582">FashionFail: Addressing
172
  Failure Cases in Fashion Object Detection and Segmentation</a>. <br>Upload your image and choose the model for inference
173
  from the dropdown menu—either `Facere` or `Facere+` <br> Check out the <a
174
- href="https://github.com/rizavelioglu/fashionfail/">GitHub repo</a> for more information."""
175
  article = r"""
176
  Example images are sampled from the `FashionFail-test` set, which the models did not see during training.
177
 
 
171
  description = r"""This is the demo of the paper <a href="https://arxiv.org/abs/2404.08582">FashionFail: Addressing
172
  Failure Cases in Fashion Object Detection and Segmentation</a>. <br>Upload your image and choose the model for inference
173
  from the dropdown menu—either `Facere` or `Facere+` <br> Check out the <a
174
+ href="https://rizavelioglu.github.io/fashionfail/">project page</a> for more information."""
175
  article = r"""
176
  Example images are sampled from the `FashionFail-test` set, which the models did not see during training.
177