Chukwuka commited on
Commit
36a3d50
·
1 Parent(s): 2d0730a

Modified requirement versions and app.py article

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ def predict(img) -> Tuple[Dict, float]:
70
  # Create title, description and article strings
71
  title= 'FoodVision Mini 🍕🥩🍣'
72
  description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
73
- article = "Created at [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
74
 
75
 
76
  # Create examples list from "examples/" directory
 
70
  # Create title, description and article strings
71
  title= 'FoodVision Mini 🍕🥩🍣'
72
  description = "An EfficientNetB2 feature extractor computer vision model to classify images of food as pizza, steak or sushi."
73
+ article = "Created at Chukwuka using Mr. DBourke Tutorial [09. PyTorch Model Deployment](https://www.learnpytorch.io/09_pytorch_model_deployment/)."
74
 
75
 
76
  # Create examples list from "examples/" directory
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
 
2
- torch==1.10.0
3
- torchvision==0.11.0+cu102
4
  gradio==3.16.2
 
1
 
2
+ torch
3
+ torchvision
4
  gradio==3.16.2