liguang0115 commited on
Commit
ab5ee38
·
1 Parent(s): e5b7201

Update links in app.py for the VMem paper to point to the correct URL.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -808,7 +808,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue")) as demo:
808
  gr.Image("assets/title_logo.png", width=60, height=60, show_label=False, show_download_button=False, container=False, interactive=False, show_fullscreen_button=False)
809
  gr.Markdown("# Consistent Interactive Video Scene Generation with Surfel-Indexed View Memory", elem_id="page-title")
810
  gr.Markdown(
811
- "### Interactive Demo for [_VMem_](https://arxiv.org/abs/xxx) that enables interactive consistent video scene generation."
812
  )
813
  gr.Markdown("---")
814
  gr.Markdown("#### Links ↓")
@@ -824,7 +824,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue")) as demo:
824
  )
825
  gr.Button(
826
  value="Paper",
827
- link="https://arxiv.org/abs/xxx",
828
  icon="https://simpleicons.org/icons/arxiv.svg",
829
  elem_classes=["header-button"],
830
  size="md",
 
808
  gr.Image("assets/title_logo.png", width=60, height=60, show_label=False, show_download_button=False, container=False, interactive=False, show_fullscreen_button=False)
809
  gr.Markdown("# Consistent Interactive Video Scene Generation with Surfel-Indexed View Memory", elem_id="page-title")
810
  gr.Markdown(
811
+ "### Interactive Demo for [_VMem_](http://arxiv.org/abs/2506.18903) that enables interactive consistent video scene generation."
812
  )
813
  gr.Markdown("---")
814
  gr.Markdown("#### Links ↓")
 
824
  )
825
  gr.Button(
826
  value="Paper",
827
+ link="https://arxiv.org/abs/2506.18903",
828
  icon="https://simpleicons.org/icons/arxiv.svg",
829
  elem_classes=["header-button"],
830
  size="md",