popcornking commited on
Commit
d54bbf8
·
verified ·
1 Parent(s): c425ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def classify_image(img):
18
  # Cell
19
  # image = gr.inputs.Image(shape=(192, 192))
20
  # label = gr.outputs.Label()
21
- examples = ['basset.jpg']
22
 
23
  # Cell
24
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(), outputs=gr.Label(), examples=examples)
 
18
  # Cell
19
  # image = gr.inputs.Image(shape=(192, 192))
20
  # label = gr.outputs.Label()
21
+ examples = ['basset.jpg''cat.jpg','dog.jpg''dunno.jpg','loki.jpg']
22
 
23
  # Cell
24
  intf = gr.Interface(fn=classify_image, inputs=gr.Image(), outputs=gr.Label(), examples=examples)