Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def classify(im):
|
|
| 25 |
gr.Interface(fn = classify,
|
| 26 |
inputs = "image",
|
| 27 |
outputs = "label",
|
| 28 |
-
examples = "
|
| 29 |
title='Leaf classification on beans dataset',
|
| 30 |
description='Fine-tuning a ViT for bean plant health classification'
|
| 31 |
).launch(debug=True)
|
|
|
|
| 25 |
gr.Interface(fn = classify,
|
| 26 |
inputs = "image",
|
| 27 |
outputs = "label",
|
| 28 |
+
examples = "examples",
|
| 29 |
title='Leaf classification on beans dataset',
|
| 30 |
description='Fine-tuning a ViT for bean plant health classification'
|
| 31 |
).launch(debug=True)
|