LukeOLuck commited on
Commit
c8eef11
1 Parent(s): 37324f4

Update links again

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -46,9 +46,9 @@ def predict(img) -> Tuple[Dict, float]:
46
 
47
  ### 4. Gradio app ###
48
  # Create title, description and article
49
- title = "A Food101 Classifier - [Source Code Can Be Found Here](https://colab.research.google.com/drive/1DzjWL_ICWoWuYsEgB-YfSdlIyohpL87u?usp=drive_link)"
50
- description = "An [EfficientNetV2 feature extractor](https://pytorch.org/vision/main/models/efficientnetv2.html) computer vision model to classify images [101 classes of food from the Food101 dataset](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/extras/food101_class_names.txt)."
51
- article = "Built with [Gradio](https://github.com/gradio-app/gradio) and [PyTorch](https://pytorch.org/)."
52
 
53
  # Create example list
54
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
46
 
47
  ### 4. Gradio app ###
48
  # Create title, description and article
49
+ title = "A Food101 Classifier"
50
+ description = "An [EfficientNetV2 feature extractor](https://pytorch.org/vision/main/models/efficientnetv2.html) computer vision model to classify images [101 classes of food from the Food101 dataset](https://github.com/mrdbourke/pytorch-deep-learning/blob/main/extras/food101_class_names.txt). [Source Code Can Be Found Here](https://colab.research.google.com/drive/1DzjWL_ICWoWuYsEgB-YfSdlIyohpL87u?usp=drive_link)"
51
+ article = "Built with [Gradio](https://github.com/gradio-app/gradio) and [PyTorch](https://pytorch.org/). [Source Code Can Be Found Here](https://colab.research.google.com/drive/1DzjWL_ICWoWuYsEgB-YfSdlIyohpL87u?usp=drive_link)"
52
 
53
  # Create example list
54
  example_list = [["examples/" + example] for example in os.listdir("examples")]