slothfulxtx commited on
Commit
8274e5c
·
1 Parent(s): b3ff043

update title

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +17 -14
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🦀
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.23.2
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'> <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
 
 
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