ItsNotRohit commited on
Commit
5db8bb0
Β·
1 Parent(s): 932ef8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def predict(img) -> Tuple[Dict, float]:
51
 
52
  ##GRADIO APP
53
  # Create title, description and article strings
54
- title = "FoodVision"
55
  description = "An EfficientNetV2 feature extractor computer vision model to classify images of food into 101 different classes."
56
  article = "Created by [Rohit](https://github.com/ItsNotRohit02)."
57
 
 
51
 
52
  ##GRADIO APP
53
  # Create title, description and article strings
54
+ title = "FoodVisionπŸ”πŸŸπŸ¦"
55
  description = "An EfficientNetV2 feature extractor computer vision model to classify images of food into 101 different classes."
56
  article = "Created by [Rohit](https://github.com/ItsNotRohit02)."
57