kleinhe commited on
Commit
a305470
·
1 Parent(s): 6e1c987

update arxiv

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
113
  <a style='font-size:18px;' href='https://blackgold3.github.io/SemanticBoost/'>Homepage</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
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> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
113
  <a style='font-size:18px;' href='https://blackgold3.github.io/SemanticBoost/'>Homepage</a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
114
  <a style='font-size:18px;' href='https://github.com/blackgold3/SemanticBoost'> Github </div>")
115