Spaces:
Running
Running
Update arXiv paper link
Browse files- app.py +1 -1
- index.html +1 -1
app.py
CHANGED
|
@@ -62,7 +62,7 @@ HTML = """
|
|
| 62 |
<div class="actions">
|
| 63 |
<a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1" target="_blank" rel="noreferrer">GitHub Repository</a>
|
| 64 |
<a class="button" href="https://mlvlab.github.io/VideoSearch-R1/" target="_blank" rel="noreferrer">Project Page</a>
|
| 65 |
-
<
|
| 66 |
</div>
|
| 67 |
</main>
|
| 68 |
"""
|
|
|
|
| 62 |
<div class="actions">
|
| 63 |
<a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1" target="_blank" rel="noreferrer">GitHub Repository</a>
|
| 64 |
<a class="button" href="https://mlvlab.github.io/VideoSearch-R1/" target="_blank" rel="noreferrer">Project Page</a>
|
| 65 |
+
<a class="button" href="https://arxiv.org/abs/2607.00446" target="_blank" rel="noreferrer">Paper</a>
|
| 66 |
</div>
|
| 67 |
</main>
|
| 68 |
"""
|
index.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
| 25 |
<div class="actions">
|
| 26 |
<a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1">GitHub Repository</a>
|
| 27 |
<a class="button" href="https://mlvlab.github.io/VideoSearch-R1/">Project Page</a>
|
| 28 |
-
<
|
| 29 |
</div>
|
| 30 |
</main>
|
| 31 |
</body>
|
|
|
|
| 25 |
<div class="actions">
|
| 26 |
<a class="button primary" href="https://github.com/mlvlab/VideoSearch-R1">GitHub Repository</a>
|
| 27 |
<a class="button" href="https://mlvlab.github.io/VideoSearch-R1/">Project Page</a>
|
| 28 |
+
<a class="button" href="https://arxiv.org/abs/2607.00446" target="_blank" rel="noreferrer">Paper</a>
|
| 29 |
</div>
|
| 30 |
</main>
|
| 31 |
</body>
|