lucasdmpp commited on
Commit
c09b00e
1 Parent(s): e68474d

Update app.py

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