Spaces:
Sleeping
Sleeping
added github repo link
Browse files
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](
|
| 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")]
|