carlosabadia commited on
Commit
ff4b8b5
Β·
1 Parent(s): d107d05

text change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def predict(img) -> Tuple[Dict, float]:
59
 
60
  # Create title, description and article strings
61
  title = "FoodVision ViT πŸ”πŸ‘"
62
- description = "An ViT_B_16 feature extractor computer vision model to classify images of food into 101 different classes using 20% of the data."
63
  article = ""
64
 
65
  # Create examples list from "examples/" directory
 
59
 
60
  # Create title, description and article strings
61
  title = "FoodVision ViT πŸ”πŸ‘"
62
+ description = "A ViT_B_16 feature extractor computer vision model to classify images of food into 101 different classes using 20% of the data."
63
  article = ""
64
 
65
  # Create examples list from "examples/" directory