meet244 commited on
Commit
b129147
·
verified ·
1 Parent(s): 7c88179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -96,11 +96,11 @@ def build_gui():
96
  fn=predict_image,
97
  inputs=gr.Image(label="Plant's leaf Image"),
98
  outputs=[gr.Textbox(label="Predicted"),gr.Textbox(label="Confidence")],
99
- examples=[
100
- ["test_apple_black_rot.jpg"],
101
- ["test_blueberry_healthy.jpg"],
102
- ["test_potato_early_blight.jpg"]
103
- ],
104
  cache_examples=True,
105
  allow_flagging='never'
106
  )
 
96
  fn=predict_image,
97
  inputs=gr.Image(label="Plant's leaf Image"),
98
  outputs=[gr.Textbox(label="Predicted"),gr.Textbox(label="Confidence")],
99
+ # examples=[
100
+ # ["test_apple_black_rot.jpg"],
101
+ # ["test_blueberry_healthy.jpg"],
102
+ # ["test_potato_early_blight.jpg"]
103
+ # ],
104
  cache_examples=True,
105
  allow_flagging='never'
106
  )