tianxingxu commited on
Commit
da66a3d
·
1 Parent(s): 8d90acf
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -13,15 +13,13 @@ with gr.Blocks(analytics_enabled=False) as gradio_demo:
13
  <a href='https://scholar.google.com/citations?user=AWtV-EQAAAAJ'>Song-Hai Zhang</a>,\
14
  <a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>\
15
  </span> \
16
- <br />
17
- <span style='font-size:18px'> \
18
- <a href='https://arxiv.org'>arXiv</a> \
19
- <a href='https://geometrycrafter.github.io'>Project Page</a> \
20
- </span> \
21
- <br />
22
  <span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
23
  <a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>\
24
  , which is important to Open-Source projects. Thanks!\
 
 
25
  </span>
26
  </div>
27
  """
 
13
  <a href='https://scholar.google.com/citations?user=AWtV-EQAAAAJ'>Song-Hai Zhang</a>,\
14
  <a href='https://scholar.google.com/citations?user=4oXBp9UAAAAJ'>Ying Shan</a>\
15
  </span> \
16
+ <br>
17
+ <br>
 
 
 
 
18
  <span style='font-size:18px'>If you find GeometryCrafter useful, please help ⭐ the \
19
  <a style='font-size:18px' href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>\
20
  , which is important to Open-Source projects. Thanks!\
21
+ <a href='https://arxiv.org'>[arXiv]</a> \
22
+ <a href='https://geometrycrafter.github.io'>[Project Page]</a> \
23
  </span>
24
  </div>
25
  """