Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,10 +26,10 @@ def predict_figure(uploaded_file):
|
|
26 |
|
27 |
# Define example images
|
28 |
examples = [
|
29 |
-
["images/Apple__black_rot.
|
30 |
-
["images/Apple__healthy.
|
31 |
-
["images/Apple__rust.
|
32 |
-
["images/Apple__scab.
|
33 |
]
|
34 |
|
35 |
|
|
|
26 |
|
27 |
# Define example images
|
28 |
examples = [
|
29 |
+
["images/Apple__black_rot.JPG"],
|
30 |
+
["images/Apple__healthy.JPG"],
|
31 |
+
["images/Apple__rust.JPG"],
|
32 |
+
["images/Apple__scab.JPG"]
|
33 |
]
|
34 |
|
35 |
|