Spaces:
Runtime error
Runtime error
Commit ·
5808341
1
Parent(s): 5189e29
removed example image
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def classify(im):
|
|
| 20 |
interface = gr.Interface(
|
| 21 |
title="Plant Health Identifier",
|
| 22 |
description="Upload an image of plant leaf to determine if it is infected or healthy",
|
| 23 |
-
examples= ['beanrot.jpeg'],
|
| 24 |
fn=classify,
|
| 25 |
inputs="image",
|
| 26 |
outputs="label",
|
|
|
|
| 20 |
interface = gr.Interface(
|
| 21 |
title="Plant Health Identifier",
|
| 22 |
description="Upload an image of plant leaf to determine if it is infected or healthy",
|
| 23 |
+
#examples= ['beanrot.jpeg'],
|
| 24 |
fn=classify,
|
| 25 |
inputs="image",
|
| 26 |
outputs="label",
|