Spaces:
Runtime error
Runtime error
fix
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 33 |
|
| 34 |
inference = gr.Interface(fn=classify, inputs="image", outputs="label",
|
| 35 |
title="Plant leaves Classification",
|
| 36 |
-
description="Classify the leaves
|
| 37 |
examples=["images/1.png","images/2.png", "images/3.png"])
|
| 38 |
|
| 39 |
demo.launch()
|
|
|
|
| 33 |
|
| 34 |
inference = gr.Interface(fn=classify, inputs="image", outputs="label",
|
| 35 |
title="Plant leaves Classification",
|
| 36 |
+
description="Classify the leaves by uploading image",
|
| 37 |
examples=["images/1.png","images/2.png", "images/3.png"])
|
| 38 |
|
| 39 |
demo.launch()
|