Spaces:
Running
Running
tianxingxu
commited on
Commit
·
7edf35e
1
Parent(s):
0a0ddad
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 |
-
<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>, \
|
@@ -13,9 +13,10 @@ 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 |
</span> \
|
|
|
16 |
<span style='font-size:18px'>
|
17 |
-
<a
|
18 |
-
<a
|
19 |
</span> \
|
20 |
<br />
|
21 |
<span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
|
|
|
5 |
"""
|
6 |
<div align='center'>
|
7 |
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|
8 |
+
<span style='font-size:18px'>\
|
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 |
</span> \
|
16 |
+
<br />
|
17 |
<span style='font-size:18px'>
|
18 |
+
<a href='https://arxiv.org'><img src='https://img.shields.io/badge/arXiv-TODO-b31b1b.svg'></a>
|
19 |
+
<a href='https://geometrycrafter.github.io'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
|
20 |
</span> \
|
21 |
<br />
|
22 |
<span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
|