RickOWO12344 commited on
Commit
d5e4c4c
1 Parent(s): 3587d0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def predict(img) -> Tuple[Dict, float]:
58
  # Create title, description and article strings
59
  title = "Palm Leaves Detection Using CNN"
60
  description = "Deep Learning model that classify what condition of Palm Leaves."
61
- article = "Created by LK."
62
 
63
  # Create examples list from "examples/" directory
64
  example_list = [["examples/" + example] for example in os.listdir("examples")]
58
  # Create title, description and article strings
59
  title = "Palm Leaves Detection Using CNN"
60
  description = "Deep Learning model that classify what condition of Palm Leaves."
61
+ article = "Created by Mohammad Lukman."
62
 
63
  # Create examples list from "examples/" directory
64
  example_list = [["examples/" + example] for example in os.listdir("examples")]