Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def predict_disease(image):
|
|
58 |
inputs = gr.Image(type="pil")
|
59 |
outputs = gr.Text()
|
60 |
|
61 |
-
EXAMPLES = ["
|
62 |
|
63 |
demo_app = gr.Interface(
|
64 |
fn=predict_disease,
|
|
|
58 |
inputs = gr.Image(type="pil")
|
59 |
outputs = gr.Text()
|
60 |
|
61 |
+
EXAMPLES = ["img1.jpeg","redrot2.jpg","rust1.jpg","healthy2.jpeg"]
|
62 |
|
63 |
demo_app = gr.Interface(
|
64 |
fn=predict_disease,
|