Spaces:
Runtime error
Runtime error
More images
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ interface = gr.Interface(
|
|
24 |
outputs= "label",
|
25 |
title = 'Leaf Classication',
|
26 |
description = "Many farmers are turning machine learning to monitor their crops automatically with great accuracy. This application can be used to detect Angular Leaf Spot and Bean Rust!",
|
27 |
-
examples = [["bean_rust.jpeg"] , ["healthy.jpeg"] , ["angular_leaf_spot.jpeg"]]
|
28 |
)
|
29 |
|
30 |
interface.launch()
|
|
|
24 |
outputs= "label",
|
25 |
title = 'Leaf Classication',
|
26 |
description = "Many farmers are turning machine learning to monitor their crops automatically with great accuracy. This application can be used to detect Angular Leaf Spot and Bean Rust!",
|
27 |
+
examples = [["bean_rust.jpeg"] , ["healthy.jpeg"] , ["angular_leaf_spot.jpeg"] , ['AngularLeafSpotFig1a.jpg'] , ['bacterial-brown-spot-bean.jpg'] , ['beans-viral-diseases-1.jpg']]
|
28 |
)
|
29 |
|
30 |
interface.launch()
|