Spaces:
Running
Running
Update app.py
Browse files
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
|
| 143 |
-
description="Upload an image of ice hockey
|
| 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 |
)
|