Spaces:
Runtime error
Runtime error
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files
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)
|