satpalsr commited on
Commit
a153d03
1 Parent(s): df864ec

Test markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -364,7 +364,7 @@ def main(image_bgr, backbone_choice, box_model = torchvision.models.detection.fa
364
  return image_bgr
365
 
366
  title = "TransPose"
367
- description = "Gradio demo for TransPose: Keypoint localization via Transformer. Dataset: COCO train2017 & COCO val2017. Default backbone selection = HRNet. <a href='https://paperswithcode.com/paper/transpose-towards-explainable-human-pose' target='_blank'>Integrated on paperswithcode.com </a>"
368
  article = "<div style='text-align: center;'><a href='https://github.com/yangsenius/TransPose' target='_blank'>Full credits: github.com/yangsenius/TransPose</a></div>"
369
 
370
  examples = [["./examples/one.jpg", "HRNet"], ["./examples/two.jpg", "HRNet"]]
364
  return image_bgr
365
 
366
  title = "TransPose"
367
+ description = "Gradio demo for TransPose: Keypoint localization via Transformer. Dataset: COCO train2017 & COCO val2017. Default backbone selection = HRNet. [Integrated on paperswithcode.com](https://paperswithcode.com/paper/transpose-towards-explainable-human-pose)"
368
  article = "<div style='text-align: center;'><a href='https://github.com/yangsenius/TransPose' target='_blank'>Full credits: github.com/yangsenius/TransPose</a></div>"
369
 
370
  examples = [["./examples/one.jpg", "HRNet"], ["./examples/two.jpg", "HRNet"]]