geitta commited on
Commit
84f78ed
·
verified ·
1 Parent(s): 61f8391

added github repo link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def predict(img) -> Tuple[Dict, float]:
38
  # create title, description and article strings
39
  title = "flower classification"
40
  description = "a vit_16 feature extractor computer vision model to classify images of flowers as: daisy, dandelion, rose, sunflower, and tulip"
41
- article = "created at [flower classification](githhublink to repository)"
42
 
43
  # create examples list from examples dir
44
  example_list = [["examples/" + example] for example in os.listdir("examples")]
 
38
  # create title, description and article strings
39
  title = "flower classification"
40
  description = "a vit_16 feature extractor computer vision model to classify images of flowers as: daisy, dandelion, rose, sunflower, and tulip"
41
+ article = "created at [flower classification](https://github.com/geitta/flower_classification)"
42
 
43
  # create examples list from examples dir
44
  example_list = [["examples/" + example] for example in os.listdir("examples")]