Spaces:
Runtime error
Runtime error
Ahsen Khaliq commited on
Commit ·
97a80d3
1
Parent(s): e384eb3
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,8 @@ def inference(image):
|
|
| 7 |
|
| 8 |
|
| 9 |
title = "Keypoint Communities"
|
| 10 |
-
description = "Gradio demo for Keypoint Communities. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
| 11 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.00988'>Keypoint Communities</a> | <a href='https://github.com/DuncanZauss/Keypoint_Communities'>Github Repo</a></p>"
|
| 12 |
|
| 13 |
examples=[['soccer.jpeg']]
|
| 14 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
title = "Keypoint Communities"
|
| 10 |
+
description = "Gradio demo for Keypoint Communities: a fast bottom-up method that jointly detects over 100 keypoints on humans or objects, also referred to as human/object pose estimation. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
| 11 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.00988' target='_blank'>Keypoint Communities</a> | <a href='https://github.com/DuncanZauss/Keypoint_Communities' target='_blank'>Github Repo</a></p>"
|
| 12 |
|
| 13 |
examples=[['soccer.jpeg']]
|
| 14 |
|