Spaces:
Runtime error
Runtime error
Commit
·
82d6ea6
1
Parent(s):
cb910cc
Update app.py
Browse files
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
|
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
|