caggianov commited on
Commit
a2c76e0
·
verified ·
1 Parent(s): a171d86

fix citation link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -615,7 +615,7 @@ with gr.Blocks() as app:
615
  Extract 3D pose from video and retarget it to a biomechanical model using [Kinesis](https://myolab.ai/blog/myokinesis).
616
 
617
  ⚠️ **Important:** Using Metrabs for video-based motion retargeting which is **ONLY FOR RESEARCH/ACADEMIC USE**.
618
- Please cite the [paper](https://arxiv.org/abs/2409.06042) if you use this feature.
619
  For commercial applications, please contact MyoLab at contacts@myolab.ai.
620
  """
621
  )
 
615
  Extract 3D pose from video and retarget it to a biomechanical model using [Kinesis](https://myolab.ai/blog/myokinesis).
616
 
617
  ⚠️ **Important:** Using Metrabs for video-based motion retargeting which is **ONLY FOR RESEARCH/ACADEMIC USE**.
618
+ Please cite the [paper](https://arxiv.org/abs/2007.07227) if you use this feature.
619
  For commercial applications, please contact MyoLab at contacts@myolab.ai.
620
  """
621
  )