Spaces:
Runtime error
Runtime error
kleinhe
commited on
Commit
·
a305470
1
Parent(s):
6e1c987
update arxiv
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def t2m_demo():
|
|
109 |
|
110 |
with gr.Blocks(analytics_enabled=False, css=css) as t2m_interface:
|
111 |
gr.Markdown("<div align='center'> <h2> 🤷♂️ SemanticBoost: Elevating Motion Generation with Augmented Textual Cues </span> </h2> \
|
112 |
-
<a style='font-size:18px;' href=''>Arxiv</a> \
|
113 |
<a style='font-size:18px;' href='https://blackgold3.github.io/SemanticBoost/'>Homepage</a> \
|
114 |
<a style='font-size:18px;' href='https://github.com/blackgold3/SemanticBoost'> Github </div>")
|
115 |
|
|
|
109 |
|
110 |
with gr.Blocks(analytics_enabled=False, css=css) as t2m_interface:
|
111 |
gr.Markdown("<div align='center'> <h2> 🤷♂️ SemanticBoost: Elevating Motion Generation with Augmented Textual Cues </span> </h2> \
|
112 |
+
<a style='font-size:18px;' href='https://arxiv.org/abs/2310.20323'>Arxiv</a> \
|
113 |
<a style='font-size:18px;' href='https://blackgold3.github.io/SemanticBoost/'>Homepage</a> \
|
114 |
<a style='font-size:18px;' href='https://github.com/blackgold3/SemanticBoost'> Github </div>")
|
115 |
|