Spaces:
Sleeping
Sleeping
Commit Β·
432deae
1
Parent(s): 0f55309
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 at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
| 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 at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
| 61 |
|
| 62 |
# Create examples list from "examples/" directory
|
| 63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|