Spaces:
Sleeping
Sleeping
Update app Title
Browse files
app.py
CHANGED
|
@@ -56,8 +56,8 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 56 |
# 4. Gradio app
|
| 57 |
|
| 58 |
# Create title, description and article strings
|
| 59 |
-
title = "FoodVision
|
| 60 |
-
description = "An EfficientNetB2 feature extractor computer vision model to classify images of
|
| 61 |
article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
| 62 |
|
| 63 |
example_list = example_list = [["examples/" + str(p)] for p in os.listdir("examples/")]
|
|
|
|
| 56 |
# 4. Gradio app
|
| 57 |
|
| 58 |
# Create title, description and article strings
|
| 59 |
+
title = "FoodVision Big 🧇👁️💪"
|
| 60 |
+
description = "An EfficientNetB2 feature extractor computer vision model to classify images of 101 types of food."
|
| 61 |
article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
|
| 62 |
|
| 63 |
example_list = example_list = [["examples/" + str(p)] for p in os.listdir("examples/")]
|