Spaces:
Running
on
Zero
Running
on
Zero
slothfulxtx
commited on
Commit
·
049a944
1
Parent(s):
d992581
update format
Browse files
app.py
CHANGED
@@ -274,21 +274,26 @@ def build_demo():
|
|
274 |
gr.Markdown(
|
275 |
"""
|
276 |
<div align='center'>
|
277 |
-
<
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
<a href='https://
|
283 |
-
<a href='https://scholar.google.com/citations?user=
|
284 |
-
<a href='https://
|
285 |
-
|
286 |
-
|
287 |
-
<a
|
288 |
-
|
289 |
-
|
|
|
|
|
|
|
|
|
|
|
290 |
<a style='font-size:18px' href='https://geometrycrafter.github.io'> [Project Page] </a>
|
291 |
-
</
|
292 |
</div>
|
293 |
"""
|
294 |
)
|
|
|
274 |
gr.Markdown(
|
275 |
"""
|
276 |
<div align='center'>
|
277 |
+
<div>
|
278 |
+
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1>
|
279 |
+
</div>
|
280 |
+
<div>
|
281 |
+
<h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>
|
282 |
+
<a href='https://scholar.google.com/citations?user=zHp0rMIAAAAJ'>Tian-Xing Xu</a>,
|
283 |
+
<a href='https://scholar.google.com/citations?user=qgdesEcAAAAJ'>Xiangjun Gao</a>,
|
284 |
+
<a href='https://wbhu.github.io'>Wenbo Hu</a>,
|
285 |
+
<a href='https://xiaoyu258.github.io/'>Xiaoyu Li</a>,
|
286 |
+
<a href='https://scholar.google.com/citations?user=AWtV-EQAAAAJ'>Song-Hai Zhang</a>,
|
287 |
+
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>
|
288 |
+
</h2>
|
289 |
+
</div>
|
290 |
+
<div style='font-size:18px'>
|
291 |
+
If you find GeometryCrafter useful, please help ⭐ the
|
292 |
+
<a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>
|
293 |
+
, which is important to Open-Source projects. Thanks!
|
294 |
+
<a style='font-size:18px' href='https://arxiv.org'> [ArXivTODO] </a>
|
295 |
<a style='font-size:18px' href='https://geometrycrafter.github.io'> [Project Page] </a>
|
296 |
+
</div>
|
297 |
</div>
|
298 |
"""
|
299 |
)
|