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