NasrinRipa commited on
Commit
cf42029
·
1 Parent(s): 870cbb5

fixing file name error 2

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,9 +38,9 @@ examples = [
38
  'macadamia.jpg',
39
  'peanuts.jpg',
40
  'walnuts.jpg',
41
- 'chestnuts',
42
  'pili nuts.jpg',
43
- 'ginkgo nuts'
44
  ]
45
 
46
  iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
 
38
  'macadamia.jpg',
39
  'peanuts.jpg',
40
  'walnuts.jpg',
41
+ 'chestnuts.jpd',
42
  'pili nuts.jpg',
43
+ 'ginkgo nuts.jpg'
44
  ]
45
 
46
  iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)