slothfulxtx commited on
Commit
049a944
·
1 Parent(s): d992581

update format

Browse files
Files changed (1) hide show
  1. app.py +19 -14
app.py CHANGED
@@ -274,21 +274,26 @@ def build_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
  )
 
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
  )