vinic1999 commited on
Commit
e249997
β€’
1 Parent(s): e41cf6b

Update app.py

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 Big πŸ”πŸ‘"
60
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of food into [101 different classes](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/extras/food101_class_names.txt)."
61
  article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
62
 
63
  # Create examples list from "examples/" directory
 
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 food into [101 different classes](https://huggingface.co/spaces/vinic1999/foodvisionbig/blob/main/class_names.txt)."
61
  article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
62
 
63
  # Create examples list from "examples/" directory