nprasad24 commited on
Commit
41eed49
·
verified ·
1 Parent(s): bf6f587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def main(image):
139
 
140
  #main('test2.jpeg')
141
 
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,
145
  inputs="image",
 
139
 
140
  #main('test2.jpeg')
141
 
142
+ title = "Professor Bean: The Bean Disease Expert"
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,
145
  inputs="image",