Spaces:
Sleeping
Sleeping
Get better example images
Browse files- app.py +1 -1
- examples/apple_pie.jpg +0 -0
- examples/cheese_plate.jpg +0 -0
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 46 |
|
| 47 |
### 4. Gradio app ###
|
| 48 |
# Create title, description and article
|
| 49 |
-
title = "Food101
|
| 50 |
description = "An [EfficientNetV2 feature extractor](https://pytorch.org/vision/main/models/efficientnetv2.html) computer vision model to classify images [101 classes of food from the Food101 dataset](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/extras/food101_class_names.txt)."
|
| 51 |
article = "Built with [Gradio](https://github.com/gradio-app/gradio) and [PyTorch](https://pytorch.org/)."
|
| 52 |
|
|
|
|
| 46 |
|
| 47 |
### 4. Gradio app ###
|
| 48 |
# Create title, description and article
|
| 49 |
+
title = "A Food101 Classifier"
|
| 50 |
description = "An [EfficientNetV2 feature extractor](https://pytorch.org/vision/main/models/efficientnetv2.html) computer vision model to classify images [101 classes of food from the Food101 dataset](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/extras/food101_class_names.txt)."
|
| 51 |
article = "Built with [Gradio](https://github.com/gradio-app/gradio) and [PyTorch](https://pytorch.org/)."
|
| 52 |
|
examples/apple_pie.jpg
CHANGED
|
|
examples/cheese_plate.jpg
CHANGED
|
|