Hamza011 commited on
Commit
913e91c
·
verified ·
1 Parent(s): a9455a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 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()
 
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()