pierrequereuil commited on
Commit
49ed2ed
·
verified ·
1 Parent(s): b5ea78b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
  ],
25
  outputs=gr.Image(type="numpy", label="Result"),
26
  title="Basketball Classifier",
27
- description="Have you ever wondered where the ball was when you were playing basketball? Where the rim was? Where you were?",
28
  )
29
 
30
  if __name__ == "__main__":
 
24
  ],
25
  outputs=gr.Image(type="numpy", label="Result"),
26
  title="Basketball Classifier",
27
+ description="Have you ever wondered where the ball was when you were playing basketball? Where the rim was? Where you were? Videos may take a LOT of time since this is running on the basic CPU tier of HuggingFace. Feel free to check out the image space for a much faster demo!",
28
  )
29
 
30
  if __name__ == "__main__":