import gradio as gr
with gr.Blocks(analytics_enabled=False) as gradio_demo:
gr.HTML(
"""
"""
)
gr.HTML(
"""
Note: \
For time quota consideration, we set the default parameters to be more efficient here,\
with a trade-off of shorter video length and slightly lower quality.\
You may adjust the parameters according to our \
[Github Repo]\
for better results if you have enough time quota. We only provide a simplified visualization\
script in this page due to the lack of support for point cloud sequences. You can download\
the npz file and open it with Viser backend in our repo for better visualization. \
"""
)
gradio_demo.launch(share=True)