Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -29,10 +29,7 @@ demo = gr.Interface(
|
|
| 29 |
inputs=gr.Image(type="pil", label="Upload a food image"),
|
| 30 |
outputs=gr.Textbox(label="Predictions", lines=6),
|
| 31 |
title="🍕 Food Image Classifier",
|
| 32 |
-
description="Upload an image of food and the model will predict what it is. Trained on 10 categories: pizza, sushi, hamburger, ice cream, steak, baklava, cheesecake, pancakes, tacos, and
|
| 33 |
-
examples=[
|
| 34 |
-
["https://upload.wikimedia.org/wikipedia/commons/a/a3/Eq_it-na_pizza-margherita_sep2005_sml.jpg"],
|
| 35 |
-
],
|
| 36 |
theme="soft"
|
| 37 |
)
|
| 38 |
|
|
|
|
| 29 |
inputs=gr.Image(type="pil", label="Upload a food image"),
|
| 30 |
outputs=gr.Textbox(label="Predictions", lines=6),
|
| 31 |
title="🍕 Food Image Classifier",
|
| 32 |
+
description="Upload an image of food and the model will predict what it is. Trained on 10 categories: pizza, sushi, hamburger, ice cream, steak, baklava, cheesecake, pancakes, tacos, and ramen.",
|
|
|
|
|
|
|
|
|
|
| 33 |
theme="soft"
|
| 34 |
)
|
| 35 |
|