import gradio as gr
with gr.Blocks(analytics_enabled=False) as gradio_demo:
gr.Markdown(
"""
GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors
\
\
If you find GeometryCrafter useful, please help ⭐ the \
[Github Repo]\
, which is important to Open-Source projects. Thanks!\
[ArXivTODO] \
[Project Page]
"""
)
gradio_demo.launch(share=True)