Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import requests
|
|
9 |
from io import BytesIO
|
10 |
import os
|
11 |
|
12 |
-
model = YOLO('Corn-
|
13 |
name = ['Leaf Blight', 'Corn Rust', 'Gray Leaf Spot', 'Healthy']
|
14 |
image_directory = "/home/user/app/images"
|
15 |
|
|
|
9 |
from io import BytesIO
|
10 |
import os
|
11 |
|
12 |
+
model = YOLO('Corn-Disease50Epoch.pt')
|
13 |
name = ['Leaf Blight', 'Corn Rust', 'Gray Leaf Spot', 'Healthy']
|
14 |
image_directory = "/home/user/app/images"
|
15 |
|