Spaces:
Runtime error
Runtime error
remove videos as gradio can't tell between video and image
Browse files
app.py
CHANGED
|
@@ -24,5 +24,5 @@ title = "BandiCount: Detecting Australian native animal species"
|
|
| 24 |
description = "BandiCount: Detecting Australian native animal species in NSW national parks, using object detection. Upload an image or click an example image to use."
|
| 25 |
article = ""
|
| 26 |
|
| 27 |
-
examples = [['data/BrushtailPossum.jpg'], ['data/Eagle.jpg'], ['data/Macropod.jpg'], ['data/cat.jpg'], ['data/echidna.gif'], ['data/
|
| 28 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(cache_examples=True,enable_queue=True)
|
|
|
|
| 24 |
description = "BandiCount: Detecting Australian native animal species in NSW national parks, using object detection. Upload an image or click an example image to use."
|
| 25 |
article = ""
|
| 26 |
|
| 27 |
+
examples = [['data/BrushtailPossum.jpg'], ['data/Eagle.jpg'], ['data/Macropod.jpg'], ['data/cat.jpg'], ['data/echidna.gif'], ['data/fantail.png'], ['data/ibis.jpg'], ['data/koala1.jpeg'], ['data/koala2.jpg']]
|
| 28 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(cache_examples=True,enable_queue=True)
|