yussaaa commited on
Commit
ea33bf9
·
1 Parent(s): e7f79c2

Update app Title

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ def predict(img) -> Tuple[Dict, float]:
56
  # 4. Gradio app
57
 
58
  # Create title, description and article strings
59
- title = "FoodVision Mini 🍕🥩🍣"
60
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
61
  article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
62
 
63
  example_list = example_list = [["examples/" + str(p)] for p in os.listdir("examples/")]
 
56
  # 4. Gradio app
57
 
58
  # Create title, description and article strings
59
+ title = "FoodVision Big 🧇👁️💪"
60
+ description = "An EfficientNetB2 feature extractor computer vision model to classify images of 101 types of food."
61
  article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
62
 
63
  example_list = example_list = [["examples/" + str(p)] for p in os.listdir("examples/")]