Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ demo = gr.Interface(fn=predict,
|
|
| 31 |
outputs=[gr.Label(num_top_classes=3,label="Predictions")],
|
| 32 |
title="Potato Disease Classification",
|
| 33 |
description="",
|
| 34 |
-
examples=['sample_images
|
| 35 |
allow_flagging="never",
|
| 36 |
article=article,
|
| 37 |
theme=gr.themes.Soft(),
|
|
|
|
| 31 |
outputs=[gr.Label(num_top_classes=3,label="Predictions")],
|
| 32 |
title="Potato Disease Classification",
|
| 33 |
description="",
|
| 34 |
+
examples=['sample_images/potato_early_blight.JPG','sample_images/potato_healty.JPG','sample_images/potato_late_blight.JPG'],
|
| 35 |
allow_flagging="never",
|
| 36 |
article=article,
|
| 37 |
theme=gr.themes.Soft(),
|