Spaces:
Runtime error
Runtime error
Commit
Β·
5db8bb0
1
Parent(s):
932ef8f
Update app.py
Browse files
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 |
|