Upload folder using huggingface_hub
Browse files
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__":
|