daquarti commited on
Commit
6fd0264
1 Parent(s): f8ff35c

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 = ['perro.jpg', 'gato.jpg']
22
 
23
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
24
  intf.launch()
 
18
  # Cell
19
  image = gr.inputs.Image(shape=(192, 192))
20
  label = gr.outputs.Label()
21
+ examples = ['perro.jpeg', 'gato.jpeg']
22
 
23
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
24
  intf.launch()