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