wushuang98 commited on
Commit
b2c004c
·
verified ·
1 Parent(s): f029329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ _TITLE = '''
6
  '''
7
 
8
  _DESCRIPTION = '''
9
- ### [GitHub](https://github.com/DreamTechAI/Direct3D-S2) | [Arxiv](https://arxiv.org/pdf/2505.17412) | [Project Page](https://nju-3dv.github.io/projects/Direct3D-S2/)
10
  '''
11
 
12
  _CITE_ = r"""
@@ -25,7 +25,7 @@ If you find our work useful for your research or applications, please cite using
25
  If you have any questions, feel free to contact us at <b>wushuang9811@outlook.com</b>.
26
  """
27
 
28
- src_list = ['https://api2.zmkj.site/', 'https://api1.zmkj.site/', 'https://api.zmkj.site/']
29
 
30
  with gr.Blocks() as demo:
31
  gr.Markdown(_TITLE)
 
6
  '''
7
 
8
  _DESCRIPTION = '''
9
+ ### [GitHub](https://github.com/DreamTechAI/Direct3D-S2) | [Arxiv](https://arxiv.org/pdf/2505.17412) | [Project Page](https://www.neural4d.com/research/direct3d-s2)
10
  '''
11
 
12
  _CITE_ = r"""
 
25
  If you have any questions, feel free to contact us at <b>wushuang9811@outlook.com</b>.
26
  """
27
 
28
+ src_list = ['https://api2.zmkj.site/', 'https://api1.zmkj.site/']
29
 
30
  with gr.Blocks() as demo:
31
  gr.Markdown(_TITLE)