Spaces:
Runtime error
Runtime error
Alex Chan
commited on
Commit
•
f8464e1
1
Parent(s):
10fc227
modified description
Browse files
app.py
CHANGED
@@ -57,5 +57,5 @@ demo = gr.Interface(run_Inference,
|
|
57 |
"image",
|
58 |
examples=ImgList,
|
59 |
title="PigeonEverywhere",
|
60 |
-
description="Upload a photo of
|
61 |
demo.launch()
|
|
|
57 |
"image",
|
58 |
examples=ImgList,
|
59 |
title="PigeonEverywhere",
|
60 |
+
description="Upload a photo of pigeons, and get 2D keypoint estimation.\n For more info on how this was done, see: https://arxiv.org/abs/2308.15316 ")
|
61 |
demo.launch()
|