CZerion commited on
Commit
e656379
·
verified ·
1 Parent(s): e2a9716

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
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
- ["Unhealthy_plant_1.jpg"],
61
- ["Healthy_plant_1.jpg"]
 
 
 
 
 
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
  )