Spaces:
Build error
Build error
Update app.py
Browse filesNewer examples updated
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.
|
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)
|