nelbarman053 commited on
Commit
abef1a3
1 Parent(s): 43897aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -38,6 +38,12 @@ examples = [
38
  'test images/unknown_09.jpg',
39
  'test images/unknown_10.jpg',
40
  'test images/unknown_11.jpg',
 
 
 
 
 
 
41
  ]
42
 
43
  interface = gr.Interface(fn=recognize_image, inputs = inputs, outputs=outputs, examples = examples)
 
38
  'test images/unknown_09.jpg',
39
  'test images/unknown_10.jpg',
40
  'test images/unknown_11.jpg',
41
+ 'test images/unknown_12.png',
42
+ 'test images/unknown_13.jpg',
43
+ 'test images/unknown_14.png',
44
+ 'test images/unknown_15.png',
45
+ 'test images/unknown_16.png',
46
+ 'test images/unknown_17.jpg'
47
  ]
48
 
49
  interface = gr.Interface(fn=recognize_image, inputs = inputs, outputs=outputs, examples = examples)