Ahsen Khaliq commited on
Commit
b03ebab
1 Parent(s): 099b093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -7,10 +7,10 @@ def inference(image):
7
  --instance-threshold 0.05 --seed-threshold 0.05 \
8
  --line-width 4 --font-size 0""")
9
  return "out.jpg"
10
- title = "Keypoint Communities"
11
- 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."
12
- 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>"
13
- examples=[['soccer.jpeg']]
14
  gr.Interface(
15
  inference,
16
  gr.inputs.Image(type="file", label="Input"),
 
7
  --instance-threshold 0.05 --seed-threshold 0.05 \
8
  --line-width 4 --font-size 0""")
9
  return "out.jpg"
10
+ title = "OpenPifPaf"
11
+ description = "Gradio demo for OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
12
+ article = "<p style='text-align: center'><a href='https://openpifpaf.github.io/intro.html' target='_blank'>OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association</a> | <a href='https://github.com/openpifpaf/openpifpaf' target='_blank'>Github Repo</a></p>"
13
+ examples=[['cars.png']]
14
  gr.Interface(
15
  inference,
16
  gr.inputs.Image(type="file", label="Input"),