ItsNotRohit commited on
Commit
82d6ea6
1 Parent(s): cb910cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def predict(img) -> Tuple[Dict, float]:
53
  ##GRADIO APP
54
  # Create title, description and article strings
55
  title = "FoodVision🍔🍟🍦"
56
- description = "A Vision Transformer feature extractor computer vision model to classify images of food into 126 different classes."
57
  article = "Created by [Rohit](https://github.com/ItsNotRohit02)."
58
 
59
  # Create examples list from "examples/" directory
 
53
  ##GRADIO APP
54
  # Create title, description and article strings
55
  title = "FoodVision🍔🍟🍦"
56
+ description = "A Vision Transformer feature extractor computer vision model to classify images of food into 121 different classes."
57
  article = "Created by [Rohit](https://github.com/ItsNotRohit02)."
58
 
59
  # Create examples list from "examples/" directory