Spaces:
Running
Running
tianxingxu
commited on
Commit
·
3c0d73f
1
Parent(s):
026fca1
init
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ 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 |
-
<h2 style='font-weight: 450; font-size:
|
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>, \
|
@@ -13,11 +13,14 @@ with gr.Blocks(analytics_enabled=False) as gradio_demo:
|
|
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 |
</h2> \
|
|
|
|
|
|
|
|
|
|
|
16 |
<span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
|
17 |
<a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>\
|
18 |
, which is important to Open-Source projects. Thanks!\
|
19 |
-
<a style='font-size:18px' href='https://arxiv.org'> [ArXivTODO] </a>\
|
20 |
-
<a style='font-size:18px' href='https://geometrycrafter.github.io'> [Project Page] </a>
|
21 |
</span>
|
22 |
</div>
|
23 |
"""
|
|
|
5 |
"""
|
6 |
<div align='center'>
|
7 |
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|
8 |
+
<h2 style='font-weight: 450; font-size: 10px; margin: 0rem'>\
|
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>, \
|
|
|
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 |
</h2> \
|
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> \
|
19 |
+
</span> \
|
20 |
+
<br />
|
21 |
<span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
|
22 |
<a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>\
|
23 |
, which is important to Open-Source projects. Thanks!\
|
|
|
|
|
24 |
</span>
|
25 |
</div>
|
26 |
"""
|