MehdiH7 commited on
Commit
ce3cabf
·
verified ·
1 Parent(s): 68f0979

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -139,8 +139,8 @@ def create_interface():
139
  gr.Image(type="numpy", label="Input Image"),
140
  ],
141
  outputs=gr.Image(type="numpy", label="Detected Poses"),
142
- title="Hockey Pose Estimation",
143
- description="Upload an image of ice hockey players to detect pose keypoints.",
144
  examples=examples,
145
  theme=gr.themes.Base()
146
  )
 
139
  gr.Image(type="numpy", label="Input Image"),
140
  ],
141
  outputs=gr.Image(type="numpy", label="Detected Poses"),
142
+ title="HockeyRink: A Model for Precise Ice Hockey Rink Keypoint Mapping and Analytics",
143
+ description="Upload an image of ice hockey to detect keypoints on the rink.",
144
  examples=examples,
145
  theme=gr.themes.Base()
146
  )