BaoQNguyen
commited on
Commit
β’
09e2c74
1
Parent(s):
516007a
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
54 |
# Create title, description and article strings
|
55 |
title = "FoodVision Mini ππ₯©π£"
|
56 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
|
57 |
-
article = "Created at [Google Colab](https://colab.research.google.com/drive/1zulcxHOxV62pIIdZSAZaRZTxb3BzcwJO#scrollTo=
|
58 |
|
59 |
# Create examples list from "examples/" directory
|
60 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
54 |
# Create title, description and article strings
|
55 |
title = "FoodVision Mini ππ₯©π£"
|
56 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
|
57 |
+
article = "Created at [Google Colab](https://colab.research.google.com/drive/1zulcxHOxV62pIIdZSAZaRZTxb3BzcwJO#scrollTo=ixzGGOlsdEWW)."
|
58 |
|
59 |
# Create examples list from "examples/" directory
|
60 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|