Update app.py
Browse files
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 |
-
|
| 101 |
-
|
| 102 |
-
|
| 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 |
)
|