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

update format

Browse files
Files changed (1) hide show
  1. app.py +9 -7
app.py CHANGED
@@ -278,7 +278,7 @@ def build_demo():
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>,
@@ -287,13 +287,15 @@ def build_demo():
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
  )
@@ -393,11 +395,11 @@ def build_demo():
393
  )
394
  gr.Markdown(
395
  """
396
- <span style='font-size:18px'>Note:
397
  For time quota consideration, we set the default parameters to be more efficient here,
398
  with a trade-off of shorter video length and slightly lower quality.
399
  You may adjust the parameters according to our
400
- <a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>
401
  for better results if you have enough time quota. We only provide a simplified visualization
402
  script in this page due to the lack of support for point cloud sequences. You can download
403
  the npz file and open it with Viser backend in our repo for better visualization.
 
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:22px; 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>,
 
287
  <a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>
288
  </h2>
289
  </div>
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
  )
 
395
  )
396
  gr.Markdown(
397
  """
398
+ <span style='font-size:22px'>Note:
399
  For time quota consideration, we set the default parameters to be more efficient here,
400
  with a trade-off of shorter video length and slightly lower quality.
401
  You may adjust the parameters according to our
402
+ <a style='font-size:22px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>
403
  for better results if you have enough time quota. We only provide a simplified visualization
404
  script in this page due to the lack of support for point cloud sequences. You can download
405
  the npz file and open it with Viser backend in our repo for better visualization.