Saiteja commited on
Commit
f5f8fa9
1 Parent(s): 9b1e81f
Files changed (1) hide show
  1. app.py +1 -1
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 b uploading their image",
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()