xuyaxiong commited on
Commit
2b7b741
1 Parent(s): 6d133ea
Files changed (2) hide show
  1. app.py +1 -1
  2. img_0.png +0 -0
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_image(img):
16
 
17
  image = Image(shape=(192,192))
18
  label = Label()
19
- examples = ['img_0.png', 'img_1.jpg']
20
 
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)
 
16
 
17
  image = Image(shape=(192,192))
18
  label = Label()
19
+ examples = ['img_0.jpg', 'img_1.jpg', 'img_2.jpg', 'img_4.jpg', 'img_7.jpg']
20
 
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)
img_0.png DELETED
Binary file (2.59 kB)