Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def classify_image(input):
|
|
23 |
iface = gr.Interface(fn=classify_image,
|
24 |
inputs=gr.Image(shape=(224, 224)),
|
25 |
outputs=gr.Label(num_top_classes=4),
|
26 |
-
|
27 |
)
|
28 |
|
29 |
iface.launch(share=True)
|
|
|
23 |
iface = gr.Interface(fn=classify_image,
|
24 |
inputs=gr.Image(shape=(224, 224)),
|
25 |
outputs=gr.Label(num_top_classes=4),
|
26 |
+
examples=["banana.jpg", "battery.jpg", "can.jpg", "paper.jpg"]
|
27 |
)
|
28 |
|
29 |
iface.launch(share=True)
|