Spaces:
Sleeping
Sleeping
Added link to data website.
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ 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."
|
19 |
interpretation='default'
|
20 |
|
21 |
iface = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples,
|
|
|
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'](https://data.mendeley.com/datasets/trwfmgjjr6/1) and it is designed to help you detect weather straberry leaves are infected or not."
|
19 |
interpretation='default'
|
20 |
|
21 |
iface = gr.Interface(fn=classify, inputs=image, outputs=label, examples=examples,
|