robtheoceanographer commited on
Commit
2f91bf7
1 Parent(s): 27a3a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def classify_image(img):
15
  # Cell
16
  image = gr.inputs.Image(shape=(192, 192))
17
  label = gr.outputs.Label()
18
- examples = ['cirrus.jpg', 'cumulus.jpg']
19
 
20
  # Cell
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
15
  # Cell
16
  image = gr.inputs.Image(shape=(192, 192))
17
  label = gr.outputs.Label()
18
+ examples = ['cirrus.jpg', 'cumulus.jpeg']
19
 
20
  # Cell
21
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)