bishmoy commited on
Commit
cd5f2c1
·
1 Parent(s): e78d6f4

Update app.py

Browse files

Newer examples updated

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ description = "Upload an image to classify images"
34
 
35
  article = "<div style='text-align: center;'><a href='https://github.com/BishmoyPaul' target='_blank'>Space by Bishmoy Paul</a><br><a href='https://keras.io/examples/vision/randaugment/' target='_blank'>Keras example by Sayak Paul</a></div>"
36
  gr.Interface(predict_img_label, inputs=image, outputs=label, allow_flagging=False,
37
- examples = [['./airplane.png'], ['./automobile.png'], ['./frog.png'], ['./horse.png']],
38
  title=title, description=description, article=article).launch(enable_queue=True)
 
34
 
35
  article = "<div style='text-align: center;'><a href='https://github.com/BishmoyPaul' target='_blank'>Space by Bishmoy Paul</a><br><a href='https://keras.io/examples/vision/randaugment/' target='_blank'>Keras example by Sayak Paul</a></div>"
36
  gr.Interface(predict_img_label, inputs=image, outputs=label, allow_flagging=False,
37
+ examples = [['./airplane.jpg'], ['./car.png'], ['./cat.jpg'], ['./horse.jpg']],
38
  title=title, description=description, article=article).launch(enable_queue=True)