1aurent commited on
Commit
594d3c4
·
unverified ·
1 Parent(s): a1307f3

simplify arxiv link

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -23,7 +23,7 @@ TITLE = """
23
  1. Choose an example image or upload your own
24
  2. Use the Pen tool to draw a mask over the clothing area you want to extract
25
 
26
- [![arxiv badge](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/2412.08573)
27
  """
28
 
29
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
 
23
  1. Choose an example image or upload your own
24
  2. Use the Pen tool to draw a mask over the clothing area you want to extract
25
 
26
+ [arxiv:2412.08573](https://arxiv.org/abs/2412.08573)
27
  """
28
 
29
  DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")