salaz055 commited on
Commit
b91740b
1 Parent(s): 7f2f7e9

Update app.py with examples

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,7 +23,8 @@ interface = gr.Interface(
23
  inputs= "image",
24
  outputs= "label",
25
  title = 'Leaf Classication',
26
- description = "Many farming businesses 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
  )
28
 
29
  interface.launch()
 
23
  inputs= "image",
24
  outputs= "label",
25
  title = 'Leaf Classication',
26
+ description = "Many farming businesses 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()