Spaces:
Runtime error
Runtime error
rearrange examples
Browse files
app.py
CHANGED
@@ -24,8 +24,7 @@ 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/
|
28 |
-
['data/
|
29 |
-
|
30 |
-
['data/lyrebird2.jpg'], ['data/pademelon.jpg'], ['data/quoll.jpg']]
|
31 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(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/baby_wombat.jpg'], ['data/lyrebird2.jpg'],['data/echidna.gif'], ['data/pademelon.jpg'], ['data/kookaburras.jpg'], \
|
28 |
+
['data/Bandicoot.jpg'], ['data/BrushtailPossum.jpg'], ['data/Macropod.jpg'], ['data/cat.jpg'], ['data/dingo.jpg'],\
|
29 |
+
['data/fox.jpg'], ['data/goats.jpg'], ['data/quoll.jpg'],['data/bush_turkey.jpg']]
|
|
|
30 |
gr.Interface(yolo, inputs, outputs, title=title, description=description, article=article, examples=examples, theme="huggingface").launch(enable_queue=True)
|