Chukwuka commited on
Commit
6533999
·
1 Parent(s): edb6c8a

Added github page link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def predict(img) -> Tuple[Dict, float]:
76
  # Create title, description and article strings
77
  title= 'DogBreed Mini 🐩🐶🦮🐕‍🦺'
78
  description = "An EfficientNetB2 feature extractor computer vision model to classify images of Dog breeds."
79
- article = "<p>ImageWoof Created by Chukwuka </p><p style='text-align: center'><a href='https://github.com/Sylvesterchuks/foodvision-app'>Github Repo</a></p>"
80
 
81
 
82
  # Create examples list from "examples/" directory
 
76
  # Create title, description and article strings
77
  title= 'DogBreed Mini 🐩🐶🦮🐕‍🦺'
78
  description = "An EfficientNetB2 feature extractor computer vision model to classify images of Dog breeds."
79
+ article = "<p>ImageWoof Created by Chukwuka </p><p style='text-align: center'><a href='https://github.com/Sylvesterchuks/dogbreed_app'>Github Repo</a></p>"
80
 
81
 
82
  # Create examples list from "examples/" directory