bishmoy commited on
Commit
884e39f
·
1 Parent(s): 3f93242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,4 +37,5 @@ description = "Upload an image to classify images"
37
 
38
  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>"
39
  gr.Interface(predict_img_label, inputs=image, outputs=label, allow_flagging=False, analytics_enabled=False,
 
40
  title=title, description=description, article=article).launch(enable_queue=True)
 
37
 
38
  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>"
39
  gr.Interface(predict_img_label, inputs=image, outputs=label, allow_flagging=False, analytics_enabled=False,
40
+ examples = ['airplane.png', 'automobile.png', 'frog.png', 'horse.png'],
41
  title=title, description=description, article=article).launch(enable_queue=True)