Alex Chan commited on
Commit
f8464e1
1 Parent(s): 10fc227

modified description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a pigeon, and get 2D keypoint estimation.\nFor more info on how this was done, see:https://arxiv.org/abs/2308.15316 ")
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()