Spaces:
Running
on
Zero
Running
on
Zero
add github link
Browse files- src/app.py +1 -0
src/app.py
CHANGED
@@ -24,6 +24,7 @@ TITLE = """
|
|
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")
|
|
|
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 |
+
[[github:ixarchakos/try-off-anyone]](https://github.com/ixarchakos/try-off-anyone)
|
28 |
"""
|
29 |
|
30 |
DEVICE = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|