Spaces:
Running
on
L4
Running
on
L4
Commit
·
e5b7201
1
Parent(s):
47c8f3b
Update NAVIGATION_FPS to 13 and correct links in app.py for the VMem paper and GitHub repository.
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ MODEL = VMemPipeline(CONFIG, DEVICE)
|
|
33 |
NAVIGATORS = []
|
34 |
|
35 |
|
36 |
-
NAVIGATION_FPS =
|
37 |
WIDTH = 576
|
38 |
HEIGHT = 576
|
39 |
|
@@ -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/
|
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/
|
828 |
icon="https://simpleicons.org/icons/arxiv.svg",
|
829 |
elem_classes=["header-button"],
|
830 |
size="md",
|
@@ -833,7 +833,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue="blue")) as demo:
|
|
833 |
with gr.Column(elem_classes=["header-button-column"], min_width=0):
|
834 |
gr.Button(
|
835 |
value="Code",
|
836 |
-
link="https://github.com/
|
837 |
icon="https://simpleicons.org/icons/github.svg",
|
838 |
elem_classes=["header-button"],
|
839 |
size="md",
|
|
|
33 |
NAVIGATORS = []
|
34 |
|
35 |
|
36 |
+
NAVIGATION_FPS = 13
|
37 |
WIDTH = 576
|
38 |
HEIGHT = 576
|
39 |
|
|
|
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 |
)
|
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",
|
|
|
833 |
with gr.Column(elem_classes=["header-button-column"], min_width=0):
|
834 |
gr.Button(
|
835 |
value="Code",
|
836 |
+
link="https://github.com/runjiali-rl/vmem",
|
837 |
icon="https://simpleicons.org/icons/github.svg",
|
838 |
elem_classes=["header-button"],
|
839 |
size="md",
|