Spaces:
Runtime error
Runtime error
Dhritiman Sagar
commited on
Commit
·
5bf5cf7
1
Parent(s):
1872f6e
Improve description
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ def classify(im):
|
|
22 |
|
23 |
|
24 |
interface = gr.Interface(classify, inputs='image', outputs='label', title='Leaf classification on beans dataset',
|
25 |
-
description='Sample fine-tuning a ViT for bean
|
26 |
|
27 |
interface.launch()
|
|
|
22 |
|
23 |
|
24 |
interface = gr.Interface(classify, inputs='image', outputs='label', title='Leaf classification on beans dataset',
|
25 |
+
description='Sample fine-tuning a ViT for leaf classification. Upload a picture of a leaf to see if it is healthy, has angular leaf spots or bean rust.')
|
26 |
|
27 |
interface.launch()
|