Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from io import BytesIO
|
|
10 |
import os
|
11 |
|
12 |
model = YOLO('Corn-Disease50epoch.pt')
|
13 |
-
name = ['
|
14 |
image_directory = "/home/user/app/images"
|
15 |
# video_directory = "/home/user/app/video"
|
16 |
|
|
|
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 |
# video_directory = "/home/user/app/video"
|
16 |
|