Hamza011 commited on
Commit
b7be4ea
1 Parent(s): 774282d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,6 +24,6 @@ with gr.Blocks() as demo:
24
  **HEALTHY**, has **COMMON RUST**, **BLIGHT** or **GRAY LEAF SPOT**''')
25
  inp = gr.Image()
26
  out = gr.Label()
27
- inp.upload(fn= classify_image, inputs = inp, outputs = out, show_progrss = True)
28
 
29
  demo.launch()
 
24
  **HEALTHY**, has **COMMON RUST**, **BLIGHT** or **GRAY LEAF SPOT**''')
25
  inp = gr.Image()
26
  out = gr.Label()
27
+ inp.upload(fn= classify_image, inputs = inp, outputs = out)
28
 
29
  demo.launch()