Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def predict(img) -> Tuple[Dict, float]:
|
|
57 |
# Create title, description and article strings
|
58 |
title = "RICE DISEASES CLASSIFICATION"
|
59 |
description = "A MobileNetV2 feature extractor computer vision model to classify images of Rice diseases."
|
60 |
-
article = "Created by
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
|
|
57 |
# Create title, description and article strings
|
58 |
title = "RICE DISEASES CLASSIFICATION"
|
59 |
description = "A MobileNetV2 feature extractor computer vision model to classify images of Rice diseases."
|
60 |
+
article = "Created by Munzali Alhassan."
|
61 |
|
62 |
# Create examples list from "examples/" directory
|
63 |
example_list = [["examples/" + example] for example in os.listdir("examples")]
|