Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|
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"]]
|