Spaces:
Sleeping
Sleeping
changed app title
Browse files
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
app.py
CHANGED
|
@@ -49,7 +49,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 49 |
### 4. Gradio app ###
|
| 50 |
|
| 51 |
# Create title, description, and article
|
| 52 |
-
title = "
|
| 53 |
description = "A [ViT transformer feature extractor](https://docs.pytorch.org/vision/main/models/generated/torchvision.models.vit_b_16.html#vit-b-16) computer vision model to classify images as pizza, steak, or sushi."
|
| 54 |
article = "Created at [turtlemb's GitHub](https://github.com/turtlemb)."
|
| 55 |
|
|
|
|
| 49 |
### 4. Gradio app ###
|
| 50 |
|
| 51 |
# Create title, description, and article
|
| 52 |
+
title = "Mini Food Image Classifier 🍕🥩🍣"
|
| 53 |
description = "A [ViT transformer feature extractor](https://docs.pytorch.org/vision/main/models/generated/torchvision.models.vit_b_16.html#vit-b-16) computer vision model to classify images as pizza, steak, or sushi."
|
| 54 |
article = "Created at [turtlemb's GitHub](https://github.com/turtlemb)."
|
| 55 |
|