Spaces:
Running on Zero
Running on Zero
update links
#2
by
stephaniefu - opened
app.py
CHANGED
|
@@ -228,7 +228,7 @@ with gr.Blocks(title="AutoGaze Demo", delete_cache=(86400, 86400)) as demo:
|
|
| 228 |
gr.Markdown("## **Attend Before Attention: Efficient and Scalable Video Understanding via Autoregressive Gazing**")
|
| 229 |
gr.Markdown("""
|
| 230 |
<div style="text-align: left; margin: 10px 0; font-size: 1.2em; font-weight: 600;">
|
| 231 |
-
π <a href="https://arxiv.org/abs/
|
| 232 |
</div>
|
| 233 |
""")
|
| 234 |
|
|
|
|
| 228 |
gr.Markdown("## **Attend Before Attention: Efficient and Scalable Video Understanding via Autoregressive Gazing**")
|
| 229 |
gr.Markdown("""
|
| 230 |
<div style="text-align: left; margin: 10px 0; font-size: 1.2em; font-weight: 600;">
|
| 231 |
+
π <a href="https://arxiv.org/abs/2603.12254" target="_blank" style="text-decoration: none; color: inherit;">Paper</a> π <a href="https://autogaze.github.io" target="_blank" style="text-decoration: none; color: inherit;">Project Website</a>
|
| 232 |
</div>
|
| 233 |
""")
|
| 234 |
|