EvanTHU commited on
Commit
2fc8c45
·
verified ·
1 Parent(s): 2e4cf22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -81,11 +81,12 @@ def yaml_to_box(yaml_file):
81
 
82
  return Box(yaml_data)
83
 
84
- HEAD = ("""<div class="embed_hidden" style="text-align: center;">
 
85
  <h1>MotionCLR: Motion Generation and Training-free Editing via Understanding Attention Mechanisms</h1>
86
  <h3>
87
  <a href="https://lhchen.top" target="_blank" rel="noopener noreferrer">Ling-Hao Chen</a><sup>1, 2</sup>,
88
- <a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Wenxun Dai</a><sup>1</sup>,
89
  <a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Xuan Ju</a><sup>3</sup>,
90
  <a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Shunlin Lu</a><sup>4</sup>,
91
  <a href="https://leizhang.org" target="_blank" rel="noopener noreferrer">Lei Zhang</a><sup>🤗 2</sup>
@@ -108,6 +109,7 @@ HEAD = ("""<div class="embed_hidden" style="text-align: center;">
108
  <a href='LICENSE'><img src='https://img.shields.io/badge/License-IDEA-blue.svg'></a>
109
  <a href="https://huggingface.co/spaces/EvanTHU/MotionCLR" target='_blank'><img src="https://visitor-badge.laobi.icu/badge?page_id=IDEA-Research.MotionCLR&left_color=gray&right_color=%2342b983"></a>
110
  </div>
 
111
  """)
112
 
113
 
 
81
 
82
  return Box(yaml_data)
83
 
84
+ HEAD = ("""<div>
85
+ <div class="embed_hidden" style="text-align: center;">
86
  <h1>MotionCLR: Motion Generation and Training-free Editing via Understanding Attention Mechanisms</h1>
87
  <h3>
88
  <a href="https://lhchen.top" target="_blank" rel="noopener noreferrer">Ling-Hao Chen</a><sup>1, 2</sup>,
89
+ <a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Wenxun Dai</a><sup>2</sup>,
90
  <a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Xuan Ju</a><sup>3</sup>,
91
  <a href="https://shunlinlu.github.io" target="_blank" rel="noopener noreferrer">Shunlin Lu</a><sup>4</sup>,
92
  <a href="https://leizhang.org" target="_blank" rel="noopener noreferrer">Lei Zhang</a><sup>🤗 2</sup>
 
109
  <a href='LICENSE'><img src='https://img.shields.io/badge/License-IDEA-blue.svg'></a>
110
  <a href="https://huggingface.co/spaces/EvanTHU/MotionCLR" target='_blank'><img src="https://visitor-badge.laobi.icu/badge?page_id=IDEA-Research.MotionCLR&left_color=gray&right_color=%2342b983"></a>
111
  </div>
112
+ </div>
113
  """)
114
 
115