ilcve21 commited on
Commit
67bc594
·
verified ·
1 Parent(s): 0a95423

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -6,7 +6,10 @@ _TITLE = '''
6
  '''
7
 
8
  _DESCRIPTION = '''
9
- ## Powered by Math Magic AI Research, NTU & IC | [Arxiv](https://arxiv.org/abs/2505.14521) | [Project Page](https://lizhihao6.github.io/Sparc3D/) | [Product Platform Hitem3D](https://hitem3d.ai/)
 
 
 
10
  '''
11
 
12
  _INFO1 = '''
@@ -54,7 +57,7 @@ function createGradio() {
54
 
55
  with gr.Blocks(js=script) as demo:
56
  gr.Markdown(_TITLE)
57
- gr.Markdown(_DESCRIPTION)
58
  gr.Markdown(_INFO1)
59
  gr.HTML(html)
60
  gr.Markdown(_CITE_)
 
6
  '''
7
 
8
  _DESCRIPTION = '''
9
+ <span style="color: #000;font-size: 22px;font-weight: 600;">Powered by Math Magic AI Research, NTU & IC | </span>
10
+ <a style="font-size: 22px;font-weight: 600;" href="https://arxiv.org/abs/2505.14521" target="_blank" rel="noopener noreferrer" >Arxiv</a> |
11
+ <a style="font-size: 22px;font-weight: 600;" href="https://lizhihao6.github.io/Sparc3D/" target="_blank" rel="noopener noreferrer">Project Page</a> |
12
+ <a style="font-size: 22px;font-weight: 600;" href="https://hitem3d.ai?sp_source=huggingface/" target="_blank" rel="noopener noreferrer">Product Platform Hitem3D</a>
13
  '''
14
 
15
  _INFO1 = '''
 
57
 
58
  with gr.Blocks(js=script) as demo:
59
  gr.Markdown(_TITLE)
60
+ gr.HTML(_DESCRIPTION)
61
  gr.Markdown(_INFO1)
62
  gr.HTML(html)
63
  gr.Markdown(_CITE_)