Spaces:
Sleeping
Sleeping
heisenberg3376
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def classify_image(input_image):
|
|
21 |
iface = gr.Interface(
|
22 |
fn=classify_image,
|
23 |
inputs=gr.Image(type="pil", label="Upload an image"),
|
24 |
-
outputs="
|
25 |
title="Image Classification",
|
26 |
description="Classify food items in images using heisenberg3376/vit-base-food-items-v1"
|
27 |
)
|
|
|
21 |
iface = gr.Interface(
|
22 |
fn=classify_image,
|
23 |
inputs=gr.Image(type="pil", label="Upload an image"),
|
24 |
+
outputs=gr.Label(num_top_classes=5, label="Top 5 Predictions"),
|
25 |
title="Image Classification",
|
26 |
description="Classify food items in images using heisenberg3376/vit-base-food-items-v1"
|
27 |
)
|