vesteinn commited on
Commit
e0320e4
1 Parent(s): c1a2c17

Fixed examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def find_best_matches(image):
76
  label = ALL_LABELS[idx]
77
  return label
78
 
79
- examples=[['bj.jpg'],['duckly.jpg'],['some.jpg'],['turdus.jpg'],['seag.jpg'],['thursh.jpg'], ['woodckock.jpg'],['dipper.jpg']]
80
 
81
  gr.Interface(fn=find_best_matches,
82
  inputs=[
76
  label = ALL_LABELS[idx]
77
  return label
78
 
79
+ examples=[['bj.jpg'],['duckly.jpg'],['some.jpg'],['turdus.jpg'],['seag.jpg'],['thursh.jpg'], ['woodcock.jpg'],['dipper.jpeg']]
80
 
81
  gr.Interface(fn=find_best_matches,
82
  inputs=[