Spaces:
Running
on
Zero
Running
on
Zero
Laurent
commited on
update arxiv link format
Browse files- 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")
|