Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,6 @@ def predict(inp):
|
|
20 |
|
21 |
gr.Interface(fn=predict,
|
22 |
inputs=gr.Image(type="numpy"),
|
23 |
-
outputs=gr.Label(num_top_classes=3)
|
24 |
-
|
|
|
|
20 |
|
21 |
gr.Interface(fn=predict,
|
22 |
inputs=gr.Image(type="numpy"),
|
23 |
+
outputs=gr.Label(num_top_classes=3),
|
24 |
+
examples=["data/1.bmp", "data/2.bmp", "data/3.bmp", "data/4.bmp", "data/5.bmp", "data/6.bmp", "data/7.jpg","data/8.jpg",
|
25 |
+
]).launch()
|