NasrinRipa commited on
Commit
3a408ad
·
1 Parent(s): 81e7706

example file error fixing

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -33,8 +33,9 @@ def recognize_image(image):
33
  image = gr.inputs.Image(shape=(192,192))
34
  label = gr.outputs.Label(num_top_classes=5)
35
  examples = [
36
- 'pistachio.jpg',
37
  'cashew.jpg',
 
38
  'peanuts.jpg'
39
  ]
40
 
 
33
  image = gr.inputs.Image(shape=(192,192))
34
  label = gr.outputs.Label(num_top_classes=5)
35
  examples = [
36
+ 'Pistachio.jpg',
37
  'cashew.jpg',
38
+ 'macadamia-nut.jpg',
39
  'peanuts.jpg'
40
  ]
41