nprasad24 commited on
Commit
8b533f3
·
2 Parent(s): b4f7591 f2c6399

Merge remote-tracking branch 'refs/remotes/origin/main'

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -142,5 +142,7 @@ def main(image):
142
  title = "Bean Classifier and Instructor"
143
  description = "Professor Bean is an agricultural expert. He will guide you on how to protect your plants from bean diseases"
144
  app = gr.Interface(fn=main, inputs="image", outputs="text", title=title,
145
- description=description)
 
 
146
  app.launch(share=True)
 
142
  title = "Bean Classifier and Instructor"
143
  description = "Professor Bean is an agricultural expert. He will guide you on how to protect your plants from bean diseases"
144
  app = gr.Interface(fn=main, inputs="image", outputs="text", title=title,
145
+ description=description
146
+ examples=[["sampleImages/sample1.jpg"], ["sampleImages/sample2.jpg"],["sampleImages/sample3.jpg"]]
147
+ )
148
  app.launch(share=True)