Rishikesh22 commited on
Commit
41e0c01
1 Parent(s): 1a61561

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def predict(img) -> Tuple[Dict, float]:
57
 
58
  # Create title, description and article strings
59
  title = "Food Classifier"
60
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of food into 101 classes."
61
  burger_example_path = "burger.jpg"
62
 
63
  # Create Gradio interface
 
57
 
58
  # Create title, description and article strings
59
  title = "Food Classifier"
60
+ description = "An EfficientNetB2 feature extractor computer vision model to classify images of food into 101 classes. Check out the list of classes [here](https://huggingface.co/spaces/Rishikesh22/Food_classification/raw/main/class_names.txt)"
61
  burger_example_path = "burger.jpg"
62
 
63
  # Create Gradio interface