shukurullo2004 commited on
Commit
141b30c
Β·
verified Β·
1 Parent(s): 1b3ab4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ def predict(img) -> Tuple[Dict, float]:
55
  ### 4. Gradio app ###
56
 
57
  # Create title, description and article strings
58
- title = "FoodVision Mini πŸ•πŸ₯©πŸ£"
59
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
60
- article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
61
 
62
  # Create examples list from "examples/" directory
63
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
55
  ### 4. Gradio app ###
56
 
57
  # Create title, description and article strings
58
+ title = "Shukurullo's FoodVision Mini App πŸ•πŸ₯©πŸ£"
59
+ description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as PIZZA,STEAK OR SUSHI."
60
+ article = "Created by Shukurullo Meliboev."
61
 
62
  # Create examples list from "examples/" directory
63
  example_list = [["examples/" + example] for example in os.listdir("examples")]