Spaces:
Runtime error
Runtime error
fix example image naming
Browse files- app.py +1 -1
- data/{godzilla_fantail.png → fantail.png} +0 -0
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 = [['BrushtailPossum.jpg'], ['Eagle.jpg'], ['Macropod.jpg'], ['cat.jpg'], ['echidna.gif'], ['fox_in_snow.mp4'], ['
|
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/fox_in_snow.mp4'], ['data/fantail.png'], ['data/ibis.jpg'], ['data/koala1.jpeg'], ['data/koala2.jpg'], ['data/lyrebird.mp4']]
|
28 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(cache_examples=True,enable_queue=True)
|
data/{godzilla_fantail.png → fantail.png}
RENAMED
File without changes
|