Kryko7 commited on
Commit
cbb082e
·
1 Parent(s): 08948a7

updated the picture extension

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def predict_image(img):
16
 
17
  image = gr.inputs.Image(shape=(192, 192))
18
  label = gr.outputs.Label()
19
- examples = ['dog.jpg', 'cat.jpg', 'bird.jpg', 'koala.jpg']
20
 
21
  intf = gr.Interface(fn=predict_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)
 
16
 
17
  image = gr.inputs.Image(shape=(192, 192))
18
  label = gr.outputs.Label()
19
+ examples = ['dog.jfif', 'cat.jfif', 'bird.jfif', 'koala.jfif']
20
 
21
  intf = gr.Interface(fn=predict_image, inputs=image, outputs=label, examples=examples)
22
  intf.launch(inline=False)