g0blas commited on
Commit
e0ad037
·
1 Parent(s): f6245c0

updated example name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ examples = [
40
  'test_images/cornish_cross_test_01.jpg',
41
  'test_images/frizzle_test_03.jpg',
42
  'test_images/polish_test_05.jpg',
43
- 'test_images/blue_laced_red_wyandotte_09.jpg'
44
  ]
45
 
46
  iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
 
40
  'test_images/cornish_cross_test_01.jpg',
41
  'test_images/frizzle_test_03.jpg',
42
  'test_images/polish_test_05.jpg',
43
+ 'test_images/blue_laced_red_wyandotte_test_09.jpg'
44
  ]
45
 
46
  iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)