Munzali commited on
Commit
74e5523
·
verified ·
1 Parent(s): ba53484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Group 4 at ADSF Deep learning Fellows."
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")]