sylwia malinowska commited on
Commit
4b68797
1 Parent(s): 070291a

add examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def classify_image(img):
15
 
16
  image = gr.inputs.Image(shape=(192, 192))
17
  label = gr.outputs.Label()
18
- examples = ['siamese.jpg', 'british.jpg', 'european.jpg']
19
 
20
 
21
  iface = gr.Interface(fn=classify_image, inputs=image,
 
15
 
16
  image = gr.inputs.Image(shape=(192, 192))
17
  label = gr.outputs.Label()
18
+ examples = ['maine-coon.jpg', 'british.jpg', 'european.jpg']
19
 
20
 
21
  iface = gr.Interface(fn=classify_image, inputs=image,