fffiloni commited on
Commit
7415e84
1 Parent(s): c1d9ad8

add badges for model and paper page

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -44,7 +44,7 @@ huggingface_hub.hf_hub_download(
44
  )
45
 
46
  huggingface_hub.hf_hub_download(
47
- repo_id='ixaac/MimicMotion',
48
  filename='MimicMotion_1.pth',
49
  local_dir='./models'
50
  )
@@ -260,8 +260,11 @@ with gr.Blocks(css=css) as demo:
260
  <a href='https://arxiv.org/abs/2406.19680'>
261
  <img src='https://img.shields.io/badge/Paper-Arxiv-red'>
262
  </a>
 
 
 
263
  <a href='https://huggingface.co/papers/2406.19680'>
264
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/paper-page-md.svg" alt="Paper page">
265
  </a>
266
  </div>
267
  """)
 
44
  )
45
 
46
  huggingface_hub.hf_hub_download(
47
+ repo_id='tencent/MimicMotion',
48
  filename='MimicMotion_1.pth',
49
  local_dir='./models'
50
  )
 
260
  <a href='https://arxiv.org/abs/2406.19680'>
261
  <img src='https://img.shields.io/badge/Paper-Arxiv-red'>
262
  </a>
263
+ <a href="https://huggingface.co/tencent/MimicMotion">
264
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/model-on-hf-sm.svg" alt="Model on HF">
265
+ </a>
266
  <a href='https://huggingface.co/papers/2406.19680'>
267
+ <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/paper-page-sm.svg" alt="Paper page">
268
  </a>
269
  </div>
270
  """)