jdinh commited on
Commit
ee73d60
1 Parent(s): 99b2132

rearranged the example photos

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -20,9 +20,9 @@ def classify_image(img):
20
 
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
23
- examples = ['example1.jpg', 'example2.jpg',
24
- 'example3.jpg', 'example4.jpg',
25
- 'example5.jpg', 'example6.jpg', 'example7.JPG']
26
 
27
  intf = gr.Interface(fn=classify_image, inputs=image,
28
  outputs=label, examples=examples)
 
20
 
21
  image = gr.inputs.Image(shape=(192, 192))
22
  label = gr.outputs.Label()
23
+ examples = ['example1.jpg', 'example3.jpg',
24
+ 'example5.jpg', 'example4.jpg',
25
+ 'example6.jpg', 'example2.jpg', 'example7.JPG']
26
 
27
  intf = gr.Interface(fn=classify_image, inputs=image,
28
  outputs=label, examples=examples)