Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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()
|