Spaces:
Running
Running
Update app.py
Browse files
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://
|
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/'
|
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)
|