Nav772 commited on
Commit
39faa01
·
verified ·
1 Parent(s): 5e9e1f0

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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 more.",
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