WeyinmiA commited on
Commit
cbb1fc5
Β·
1 Parent(s): 214bf63

Update title in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def predict(img, model_name='EffNetB2') -> Tuple[Dict, float]:
76
  ### 4. Gradio app ###
77
 
78
  # Create title, description and article strings
79
- title = "FoodVision Small πŸ₯©πŸ§‡πŸ›"
80
  description = "A computer vision app to classify images of food as hamburger, waffles or risotto. Utilizes either an EfficientNetB2 (EffNetB2) or a Vision Transformer (ViT) feature extractor model. (**Predictions for the example images default to EffNetB2, so when using ViT with either of the provided examples, make sure to click Submit to get the prediction from the ViT model**)"
81
  article = "The pretrained ViT and EffNetB2 models were further trained for this task [here](https://github.com/WeyinmiA/pytorch-deep-learning/blob/main/food_vision_small_model_deployment.ipynb), on a subset of the [Food-101 dataset](https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/) (20% of the data and 3 out of 101 classes). This project was inspired by [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
82
 
 
76
  ### 4. Gradio app ###
77
 
78
  # Create title, description and article strings
79
+ title = "FoodVision Small πŸ§‡πŸ”πŸ›"
80
  description = "A computer vision app to classify images of food as hamburger, waffles or risotto. Utilizes either an EfficientNetB2 (EffNetB2) or a Vision Transformer (ViT) feature extractor model. (**Predictions for the example images default to EffNetB2, so when using ViT with either of the provided examples, make sure to click Submit to get the prediction from the ViT model**)"
81
  article = "The pretrained ViT and EffNetB2 models were further trained for this task [here](https://github.com/WeyinmiA/pytorch-deep-learning/blob/main/food_vision_small_model_deployment.ipynb), on a subset of the [Food-101 dataset](https://data.vision.ee.ethz.ch/cvl/datasets_extra/food-101/) (20% of the data and 3 out of 101 classes). This project was inspired by [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
82