Dricz commited on
Commit
a914cae
·
verified ·
1 Parent(s): bc1ded7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import json
9
  import os
10
 
11
  model = YOLO('Corn-Disease50Epoch.pt')
12
- name = ['Leaf Blight', 'Gray Leaf Spot', 'Corn Rust', 'Healthy']
13
  image_directory = "/home/user/app/images"
14
 
15
  API_KEY = os.environ.get("API_KEY")
 
9
  import os
10
 
11
  model = YOLO('Corn-Disease50Epoch.pt')
12
+ name = ['Corn Rust', 'Leaf Blight', 'Gray Leaf Spot', 'Healthy']
13
  image_directory = "/home/user/app/images"
14
 
15
  API_KEY = os.environ.get("API_KEY")