Jash-RA commited on
Commit
fecc73e
Β·
1 Parent(s): cf617f9

fully-app first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ example_list = [[str(filepath)] for filepath in test_data_paths]
71
  # print(f"Prediction time: {pred_time}")
72
 
73
  title = "FoodVision πŸ•πŸ₯©πŸ£"
74
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
75
  article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
76
 
77
 
 
71
  # print(f"Prediction time: {pred_time}")
72
 
73
  title = "FoodVision πŸ•πŸ₯©πŸ£"
74
+ description = "An EfficientNetB2 feature extractor computer vision model to classify images of food in 101 different classes."
75
  article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
76
 
77