Spaces:
Running
Running
tianxingxu
commited on
Commit
·
026fca1
1
Parent(s):
e5ab32f
init
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks(analytics_enabled=False) as gradio_demo:
|
4 |
-
gr.
|
5 |
"""
|
6 |
<div align='center'>
|
7 |
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
with gr.Blocks(analytics_enabled=False) as gradio_demo:
|
4 |
+
gr.HTML(
|
5 |
"""
|
6 |
<div align='center'>
|
7 |
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|