Spaces:
Sleeping
Sleeping
NikiTricky
commited on
Commit
·
dcadd9e
1
Parent(s):
c0c93aa
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,5 @@ def classify_image(inp):
|
|
15 |
|
16 |
gr.Interface(fn=classify_image,
|
17 |
inputs=gr.Image(shape=(224, 224)),
|
18 |
-
outputs=gr.Label(num_top_classes=5)
|
|
|
|
15 |
|
16 |
gr.Interface(fn=classify_image,
|
17 |
inputs=gr.Image(shape=(224, 224)),
|
18 |
+
outputs=gr.Label(num_top_classes=5),
|
19 |
+
examples=["./examples/chocolate cake.jpg"]).launch()
|