Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def main(image):
|
|
139 |
|
140 |
#main('test2.jpeg')
|
141 |
|
142 |
-
title = "Bean
|
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",
|