Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import os
|
|
11 |
|
12 |
model = YOLO('corn20epoch.pt')
|
13 |
name = ['Corn Rust','Grey Leaf Spot','Leaf Blight']
|
14 |
-
image_directory = "/home/user/app/
|
15 |
# video_directory = "/home/user/app/video"
|
16 |
|
17 |
# url_example="https://drive.google.com/file/d/1bBq0bNmJ5X83tDWCzdzHSYCdg-aUL4xO/view?usp=drive_link"
|
|
|
11 |
|
12 |
model = YOLO('corn20epoch.pt')
|
13 |
name = ['Corn Rust','Grey Leaf Spot','Leaf Blight']
|
14 |
+
image_directory = "/home/user/app/images"
|
15 |
# video_directory = "/home/user/app/video"
|
16 |
|
17 |
# url_example="https://drive.google.com/file/d/1bBq0bNmJ5X83tDWCzdzHSYCdg-aUL4xO/view?usp=drive_link"
|