Spaces:
Runtime error
Runtime error
Commit
·
f1bad28
1
Parent(s):
d0018e4
Update app.py
Browse files
app.py
CHANGED
@@ -19,5 +19,5 @@ def classify(img):
|
|
19 |
|
20 |
gr.Interface(fn=classify,
|
21 |
inputs=gr.Image(shape=(180, 180)),
|
22 |
-
outputs=gr.Label(num_top_classes=5)).launch(debug=True)
|
23 |
|
|
|
19 |
|
20 |
gr.Interface(fn=classify,
|
21 |
inputs=gr.Image(shape=(180, 180)),
|
22 |
+
outputs=gr.Label(num_top_classes=5),examples=["Dandelion.jpg", "rose.jpg","sunflower.jpg", "tulips.jpg"]).launch(debug=True)
|
23 |
|