Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -56,8 +56,8 @@ iface = gr.Interface(
|
|
56 |
"This app uses a fine-tuned image-classification model on common plant diseases."
|
57 |
),
|
58 |
examples=[
|
59 |
-
["
|
60 |
-
["
|
61 |
],
|
62 |
allow_flagging="never"
|
63 |
)
|
|
|
56 |
"This app uses a fine-tuned image-classification model on common plant diseases."
|
57 |
),
|
58 |
examples=[
|
59 |
+
["Unhealthy_plant_1.jpg"],
|
60 |
+
["Healthy_plant_1.jpg"]
|
61 |
],
|
62 |
allow_flagging="never"
|
63 |
)
|