Spaces:
Runtime error
Runtime error
Added Github Repo
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 70 |
# Create title, description and article strings
|
| 71 |
title= 'FoodVision Mini 🍕🥩🍣'
|
| 72 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
|
| 73 |
-
article = "Created by Chukwuka [09. PyTorch Model Deployment] Tutorial by Mr. DBourke(https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
| 74 |
|
| 75 |
|
| 76 |
# Create examples list from "examples/" directory
|
|
|
|
| 70 |
# Create title, description and article strings
|
| 71 |
title= 'FoodVision Mini 🍕🥩🍣'
|
| 72 |
description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
|
| 73 |
+
article = "<p>Created by Chukwuka [09. PyTorch Model Deployment] Tutorial by Mr. DBourke(https://www.learnpytorch.io/09_pytorch_model_deployment/).</p>article = "<p style='text-align: center'><a href='https://github.com/Sylvesterchuks/foodvision-app'>Github Repo</a></p>""
|
| 74 |
|
| 75 |
|
| 76 |
# Create examples list from "examples/" directory
|