Files changed (1) hide show
  1. app.py +1 -1
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/PLACEHOLDER" target="_blank" style="text-decoration: none; color: inherit;">Paper</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🌐 <a href="https://placeholder-website.com" target="_blank" style="text-decoration: none; color: inherit;">Project Website</a>
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 🌐 <a href="https://autogaze.github.io" target="_blank" style="text-decoration: none; color: inherit;">Project Website</a>
232
  </div>
233
  """)
234