Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
57 |
# Create title, description and article strings
|
58 |
title = "FoodVision Mini ππ₯©π£"
|
59 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
|
60 |
-
article = "Created by Kaustuv Chatterjee
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
57 |
# Create title, description and article strings
|
58 |
title = "FoodVision Mini ππ₯©π£"
|
59 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
|
60 |
+
article = "Created by Kaustuv Chatterjee."
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|