Update app.py
Browse files
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', '
|
| 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")
|