Spaces:
Sleeping
Sleeping
Updated glob func.
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def classify(img):
|
|
12 |
|
13 |
image = gr.inputs.Image(shape=(224, 224))
|
14 |
label = gr.outputs.Label()
|
15 |
-
examples = glob("
|
16 |
|
17 |
title = "Strawberry Leaves Decease Classifier"
|
18 |
description = "This classifier was trained on the 'Image Dataset for Tipburn Disorder Detection in Strawberry Leaves' and it is designed to help you detect weather straberry leaves are infected or not."
|
|
|
12 |
|
13 |
image = gr.inputs.Image(shape=(224, 224))
|
14 |
label = gr.outputs.Label()
|
15 |
+
examples = glob("*.jpg")
|
16 |
|
17 |
title = "Strawberry Leaves Decease Classifier"
|
18 |
description = "This classifier was trained on the 'Image Dataset for Tipburn Disorder Detection in Strawberry Leaves' and it is designed to help you detect weather straberry leaves are infected or not."
|