Spaces:
Sleeping
Sleeping
Rishikesh22
commited on
Commit
•
1a61561
1
Parent(s):
770f1a4
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 = "Food Classifier"
|
60 |
-
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food into 101 classes.
|
61 |
burger_example_path = "burger.jpg"
|
62 |
|
63 |
# Create Gradio interface
|
|
|
57 |
|
58 |
# Create title, description and article strings
|
59 |
title = "Food Classifier"
|
60 |
+
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food into 101 classes."
|
61 |
burger_example_path = "burger.jpg"
|
62 |
|
63 |
# Create Gradio interface
|