Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ import gradio as gr
|
|
23 |
|
24 |
interface = interface = gr.Interface(classify, inputs='image',
|
25 |
outputs='label',
|
26 |
-
title='Bean Classification',
|
27 |
description='Check the health of your bean leaves',
|
28 |
examples = example_imgs)
|
29 |
|
|
|
23 |
|
24 |
interface = interface = gr.Interface(classify, inputs='image',
|
25 |
outputs='label',
|
26 |
+
title='Bean Leaf Classification',
|
27 |
description='Check the health of your bean leaves',
|
28 |
examples = example_imgs)
|
29 |
|