Spaces:
Running
on
Zero
Running
on
Zero
slothfulxtx
commited on
Commit
·
8274e5c
1
Parent(s):
b3ff043
update title
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🦀
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.1
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
app.py
CHANGED
|
@@ -273,20 +273,23 @@ 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 |
-
|
| 286 |
-
|
| 287 |
-
<a style='font-size:18px
|
| 288 |
-
|
| 289 |
-
|
|
|
|
|
|
|
|
|
|
| 290 |
"""
|
| 291 |
)
|
| 292 |
|
|
|
|
| 273 |
with gr.Blocks(analytics_enabled=False) as gradio_demo:
|
| 274 |
gr.Markdown(
|
| 275 |
"""
|
| 276 |
+
<div align='center'>
|
| 277 |
+
<h1> GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors </h1> \
|
| 278 |
+
<h2 style='font-weight: 450; font-size: 1rem; margin: 0rem'>\
|
| 279 |
+
<a href='https://scholar.google.com/citations?user=zHp0rMIAAAAJ'>Tian-Xing Xu</a>, \
|
| 280 |
+
<a href='https://scholar.google.com/citations?user=qgdesEcAAAAJ'>Xiangjun Gao</a>, \
|
| 281 |
+
<a href='https://wbhu.github.io'>Wenbo Hu</a>, \
|
| 282 |
+
<a href='https://xiaoyu258.github.io/'>Xiaoyu Li</a>, \
|
| 283 |
+
<a href='https://scholar.google.com/citations?user=AWtV-EQAAAAJ'>Song-Hai Zhang</a>,\
|
| 284 |
+
<a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>\
|
| 285 |
+
</h2> \
|
| 286 |
+
<span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
|
| 287 |
+
<a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>\
|
| 288 |
+
, which is important to Open-Source projects. Thanks!\
|
| 289 |
+
<a style='font-size:18px' href='https://arxiv.org'> [ArXivTODO] </a>\
|
| 290 |
+
<a style='font-size:18px' href='https://geometrycrafter.github.io'> [Project Page] </a>
|
| 291 |
+
</span>
|
| 292 |
+
</div>
|
| 293 |
"""
|
| 294 |
)
|
| 295 |
|