nimool commited on
Commit
a0a36ff
·
1 Parent(s): 41ef8ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -56,9 +56,9 @@ def predict(img) -> Tuple[Dict, float]:
56
  ### 4. Gradio app ###
57
 
58
  # Create title, description and article strings
59
- title = "FoodVision Mini 🍕🥩🍣"
60
- description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
61
- article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
62
 
63
  # Create examples list from "examples/" directory
64
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
56
  ### 4. Gradio app ###
57
 
58
  # Create title, description and article strings
59
+ title = "برنامه تشخیص غذا 🍕🥩🍣"
60
+ description = "یک سیستم هوش مصنوعی مبتنی بر بینایی کامپیوتر برای تشخیص تصویر پیتزا، استیک و سوشی"
61
+ article = "ساخته شده توسط نیما اصل توقیری"
62
 
63
  # Create examples list from "examples/" directory
64
  example_list = [["examples/" + example] for example in os.listdir("examples")]