Spaces:
Sleeping
Sleeping
Mohammad Tanvir Hasan
commited on
Commit
Β·
33d66de
1
Parent(s):
df1c660
minor ui changes
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 = "
|
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 = ""
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|