jamesd22 commited on
Commit
c15b415
1 Parent(s): da90317

fix one example filename

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(img):
12
 
13
  title = "Currawong vs Magpie Classifier"
14
  description = "Distinguish between two often-confused birds - the Magpie and the Currawong"
15
- examples = ['magpie_example.jpg', 'currawong.jfif']
16
  gr.Interface(
17
  title=title,
18
  description=description,
 
12
 
13
  title = "Currawong vs Magpie Classifier"
14
  description = "Distinguish between two often-confused birds - the Magpie and the Currawong"
15
+ examples = ['magpie.jpg', 'currawong.jfif']
16
  gr.Interface(
17
  title=title,
18
  description=description,