xizaoqu
commited on
Commit
·
e6a14ee
1
Parent(s):
fce0861
update arxiv
Browse files
app.py
CHANGED
@@ -370,6 +370,11 @@ with gr.Blocks(css=css) as demo:
|
|
370 |
<img src="https://img.shields.io/badge/project_page-blue">
|
371 |
</a>
|
372 |
</div>
|
|
|
|
|
|
|
|
|
|
|
373 |
"""
|
374 |
)
|
375 |
|
|
|
370 |
<img src="https://img.shields.io/badge/project_page-blue">
|
371 |
</a>
|
372 |
</div>
|
373 |
+
|
374 |
+
<!-- arXiv Paper -->
|
375 |
+
<a style="display:inline-block; margin-left: .5em" href="https://arxiv.org/abs/2504.12369">
|
376 |
+
<img src="https://img.shields.io/badge/arXiv-paper-red">
|
377 |
+
</a>
|
378 |
"""
|
379 |
)
|
380 |
|