Spaces:
Runtime error
Runtime error
add hf paper link
Browse files
app.py
CHANGED
|
@@ -260,6 +260,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 260 |
<a href='https://arxiv.org/abs/2406.19680'>
|
| 261 |
<img src='https://img.shields.io/badge/Paper-Arxiv-red'>
|
| 262 |
</a>
|
|
|
|
|
|
|
|
|
|
| 263 |
</div>
|
| 264 |
""")
|
| 265 |
with gr.Row():
|
|
|
|
| 260 |
<a href='https://arxiv.org/abs/2406.19680'>
|
| 261 |
<img src='https://img.shields.io/badge/Paper-Arxiv-red'>
|
| 262 |
</a>
|
| 263 |
+
<a href='https://huggingface.co/papers/2406.19680'>
|
| 264 |
+
<img src='https://img.shields.io/badge/HuggingFace-Paper-orange'>
|
| 265 |
+
</a>
|
| 266 |
</div>
|
| 267 |
""")
|
| 268 |
with gr.Row():
|