Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,9 @@ outputs = [gr.Image( type="pil", label="Output Image"),
|
|
93 |
]
|
94 |
|
95 |
examples = [
|
96 |
-
["/home/user/app/images/jagung7.jpg", 640, 0.3, 0.6]
|
|
|
|
|
97 |
]
|
98 |
|
99 |
title = """Corn Diseases Detection Finetuned YOLOv8
|
|
|
93 |
]
|
94 |
|
95 |
examples = [
|
96 |
+
["/home/user/app/images/jagung7.jpg", 640, 0.3, 0.6],
|
97 |
+
["/home/user/app/images/jagung4.jpeg", 640, 0.3, 0.6],
|
98 |
+
["/home/user/app/images/jagung6.jpeg", 640, 0.3, 0.6]
|
99 |
]
|
100 |
|
101 |
title = """Corn Diseases Detection Finetuned YOLOv8
|