Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def classify_image(img_dt):
|
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
with gr.Row():
|
21 |
-
signal = gr.Markdown(''' #Welcome to Maize Classifier,
|
22 |
**HEALTHY**, has **COMMON RUST**, **BLIGHT** or **GRAY LEAF SPOT**''')
|
23 |
inp = gr.image()
|
24 |
out = gr.Label()
|
|
|
18 |
|
19 |
with gr.Blocks() as demo:
|
20 |
with gr.Row():
|
21 |
+
signal = gr.Markdown(''' #Welcome to Maize Classifier,This model can identify if a leaf is
|
22 |
**HEALTHY**, has **COMMON RUST**, **BLIGHT** or **GRAY LEAF SPOT**''')
|
23 |
inp = gr.image()
|
24 |
out = gr.Label()
|