ahmedtanvir47 commited on
Commit
4304cb7
·
1 Parent(s): ea612a5
Files changed (2) hide show
  1. app.ipynb +3 -1
  2. app.py +3 -1
app.ipynb CHANGED
@@ -284,7 +284,9 @@
284
  " 'test_images/unknown_00.jpg',\n",
285
  " 'test_images/unknown_01.jpg',\n",
286
  " 'test_images/unknown_02.jpg',\n",
287
- " 'test_images/unknown_03.jpg'\n",
 
 
288
  " ]\n",
289
  "\n",
290
  "iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)\n",
 
284
  " 'test_images/unknown_00.jpg',\n",
285
  " 'test_images/unknown_01.jpg',\n",
286
  " 'test_images/unknown_02.jpg',\n",
287
+ " 'test_images/unknown_03.jpg',\n",
288
+ " 'test_images/unknown_04.jpg',\n",
289
+ " 'test_images/unknown_05.jpg'\n",
290
  " ]\n",
291
  "\n",
292
  "iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)\n",
app.py CHANGED
@@ -24,7 +24,9 @@ examples = [
24
  'test_images/unknown_00.jpg',
25
  'test_images/unknown_01.jpg',
26
  'test_images/unknown_02.jpg',
27
- 'test_images/unknown_03.jpg'
 
 
28
  ]
29
 
30
  iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
 
24
  'test_images/unknown_00.jpg',
25
  'test_images/unknown_01.jpg',
26
  'test_images/unknown_02.jpg',
27
+ 'test_images/unknown_03.jpg',
28
+ 'test_images/unknown_04.jpg',
29
+ 'test_images/unknown_05.jpg'
30
  ]
31
 
32
  iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)