Spaces:
Running
Running
tianxingxu
commited on
Commit
·
0a0ddad
1
Parent(s):
3c0d73f
init
Browse files
app.py
CHANGED
@@ -5,14 +5,14 @@ with gr.Blocks(analytics_enabled=False) as gradio_demo:
|
|
5 |
"""
|
6 |
<div align='center'>
|
7 |
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|
8 |
-
<
|
9 |
<a href='https://scholar.google.com/citations?user=zHp0rMIAAAAJ'>Tian-Xing Xu</a>, \
|
10 |
<a href='https://scholar.google.com/citations?user=qgdesEcAAAAJ'>Xiangjun Gao</a>, \
|
11 |
<a href='https://wbhu.github.io'>Wenbo Hu</a>, \
|
12 |
<a href='https://xiaoyu258.github.io/'>Xiaoyu Li</a>, \
|
13 |
<a href='https://scholar.google.com/citations?user=AWtV-EQAAAAJ'>Song-Hai Zhang</a>,\
|
14 |
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>\
|
15 |
-
</
|
16 |
<span style='font-size:18px'>
|
17 |
<a style='font-size:18px' href='https://arxiv.org'> [ArXiv] </a>\
|
18 |
<a style='font-size:18px' href='https://geometrycrafter.github.io'> [Project Page] </a> \
|
|
|
5 |
"""
|
6 |
<div align='center'>
|
7 |
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|
8 |
+
<span>\
|
9 |
<a href='https://scholar.google.com/citations?user=zHp0rMIAAAAJ'>Tian-Xing Xu</a>, \
|
10 |
<a href='https://scholar.google.com/citations?user=qgdesEcAAAAJ'>Xiangjun Gao</a>, \
|
11 |
<a href='https://wbhu.github.io'>Wenbo Hu</a>, \
|
12 |
<a href='https://xiaoyu258.github.io/'>Xiaoyu Li</a>, \
|
13 |
<a href='https://scholar.google.com/citations?user=AWtV-EQAAAAJ'>Song-Hai Zhang</a>,\
|
14 |
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>\
|
15 |
+
</span> \
|
16 |
<span style='font-size:18px'>
|
17 |
<a style='font-size:18px' href='https://arxiv.org'> [ArXiv] </a>\
|
18 |
<a style='font-size:18px' href='https://geometrycrafter.github.io'> [Project Page] </a> \
|