turtlemb commited on
Commit
9e3f4bf
·
1 Parent(s): 3ceebc3

changed app title

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.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 = "FoodVision Mini 🍕🥩🍣"
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