Updated App.py Github Links
Browse files
app.py
CHANGED
|
@@ -70,7 +70,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
| 70 |
# Create title, description and article strings
|
| 71 |
title= 'United Kingdom Flower Classification Mini ๐ป๐ผ๐ธโ๐๐ท'
|
| 72 |
description = "An ResNet50 computer vision model to classify images of Flower Categories."
|
| 73 |
-
article = "<p>Flower Classification Created by Chukwuka </p><p style='text-align: center'><a href='https://github.com/Sylvesterchuks/
|
| 74 |
|
| 75 |
|
| 76 |
# Create examples list from "examples/" directory
|
|
|
|
| 70 |
# Create title, description and article strings
|
| 71 |
title= 'United Kingdom Flower Classification Mini ๐ป๐ผ๐ธโ๐๐ท'
|
| 72 |
description = "An ResNet50 computer vision model to classify images of Flower Categories."
|
| 73 |
+
article = "<p>Flower Classification Created by Chukwuka </p><p style='text-align: center'><a href='https://github.com/Sylvesterchuks/flower_classification'>Github Repo</a></p>"
|
| 74 |
|
| 75 |
|
| 76 |
# Create examples list from "examples/" directory
|