ni6670154@gmail.com commited on
Commit
f4f218a
·
1 Parent(s): f6f414f

add some images to app file

Browse files
Files changed (1) hide show
  1. app.py +15 -1
app.py CHANGED
@@ -25,7 +25,21 @@ examples = [
25
  'test_images/bus.jpg',
26
  'test_images/car.jpg',
27
  'test_images/helicopter.jpg',
28
- 'test_images/plane.jpg'
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ]
30
 
31
  iface = gr.Interface(fn=recognize_image, inputs=image_input, outputs=label_output, examples=examples)
 
25
  'test_images/bus.jpg',
26
  'test_images/car.jpg',
27
  'test_images/helicopter.jpg',
28
+ 'test_images/plane.jpg',
29
+ 'test_images/ambulence.jpg',
30
+ 'test_images/boat.jpg',
31
+ 'test_images/bycle.jpg',
32
+ 'test_images/fire_truck.jpg',
33
+ 'test_images/hovercraft.jpg',
34
+ 'test_images/jet_ski.jpg',
35
+ 'test_images/kayak.jpg',
36
+ 'test_images/motorcycle.jpg',
37
+ 'test_images/rickshaw.jpg',
38
+ 'test_images/scateboard.jpg',
39
+ 'test_images/scooter.jpg',
40
+ 'test_images/tractor.jpg',
41
+ 'test_images/van.jpg'
42
+
43
  ]
44
 
45
  iface = gr.Interface(fn=recognize_image, inputs=image_input, outputs=label_output, examples=examples)