Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,13 @@ iface = gr.Interface(
|
|
57 |
"This app uses a fine-tuned image-classification model on common plant diseases."
|
58 |
),
|
59 |
examples=[
|
60 |
-
["
|
61 |
-
["
|
|
|
|
|
|
|
|
|
|
|
62 |
],
|
63 |
allow_flagging="never"
|
64 |
)
|
|
|
57 |
"This app uses a fine-tuned image-classification model on common plant diseases."
|
58 |
),
|
59 |
examples=[
|
60 |
+
["Plants/Unhealthy_crop_1.jpg"],
|
61 |
+
["Plants/Unhealthy_crop_2.jpg"],
|
62 |
+
["Plants/Unhealthy_crop_3.jpg"],
|
63 |
+
["Plants/Unhealthy_crop_4.jpg"],
|
64 |
+
["Plants/Unhealthy_crop_5.jpg"],
|
65 |
+
["Plants/Healthy_crop_1.jpg"],
|
66 |
+
["Plants/Healthy_crop_2.jpg"]
|
67 |
],
|
68 |
allow_flagging="never"
|
69 |
)
|