Spaces:
Sleeping
Sleeping
Commit
·
ddaa83f
1
Parent(s):
597ab66
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
57 |
|
58 |
# Create title, description and article strings
|
59 |
title = "FoodVision Vision Transformer 🥩👀🤖"
|
60 |
-
description = "
|
61 |
article = "Tested accuracy 77 %"
|
62 |
|
63 |
# Create examples list from "examples/" directory
|
|
|
57 |
|
58 |
# Create title, description and article strings
|
59 |
title = "FoodVision Vision Transformer 🥩👀🤖"
|
60 |
+
description = "A ViT 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 = "Tested accuracy 77 %"
|
62 |
|
63 |
# Create examples list from "examples/" directory
|