GordonM commited on
Commit
52cd64d
1 Parent(s): 53e5c1f

better example images

Browse files
app.py CHANGED
@@ -24,5 +24,8 @@ 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/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)
 
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/Bandicoot.jpg'], ['data/BrushtailPossum.jpg'], ['data/Lyrebird.jpg'], ['data/Macropod.jpg'], \
28
+ ['data/Wombat.jpg'], ['data/baby_wombat.jpg'], ['data/bush_turkey.jpg'], ['data/cat.jpg'], ['data/dingo.jpg'], \
29
+ ['data/dingo2.jpg'], ['data/echidna.gif'], ['data/fox.jpg'], ['data/goats.jpg'], ['data/kookaburras.jpg'], \
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)
data/Bandicoot.jpg ADDED
data/Eagle.jpg DELETED
Binary file (78.9 kB)
 
data/Lyrebird.jpg ADDED
data/Wombat.jpg ADDED
data/baby_wombat.jpg ADDED
data/bush_turkey.jpg ADDED
data/dingo.jpg ADDED
data/dingo2.jpg ADDED
data/fantail.png DELETED
Binary file (575 kB)
 
data/fox.jpg ADDED
data/fox_in_snow.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:da7e02104cdc5d2a2efaa8a2211d1ec772c0396037de430d8a5a8c718ee3b986
3
- size 5656379
 
 
 
 
data/goats.jpg ADDED
data/ibis.jpg DELETED
Binary file (51 kB)
 
data/koala1.jpeg DELETED
Binary file (129 kB)
 
data/koala2.jpg DELETED
Binary file (273 kB)
 
data/kookaburras.jpg ADDED
data/lyrebird.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3075ea75131a5502f658d9ac200e91e225d265cbb939c4b157165732e85f167
3
- size 2365182
 
 
 
 
data/lyrebird2.jpg ADDED
data/pademelon.jpg ADDED
data/quoll.jpg ADDED