ramonpzg commited on
Commit
1f9dd28
·
1 Parent(s): 3f0d69d

Added link to data website.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,