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

update arxiv link format

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:2412.08573](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")