Spaces:
Runtime error
Runtime error
remove cache_examples as it broke things
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ description = "BandiCount: Detecting Australian native animal species in NSW nat
|
|
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(
|
|
|
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(enable_queue=True)
|