NagashreePai commited on
Commit
8200b06
·
verified ·
1 Parent(s): 82b7788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ interface = gr.Interface(
107
  inputs=gr.Image(type="pil"),
108
  outputs="text",
109
  title="Weed Image Classifier",
110
- description="Upload a weed image to predict its class. If the model detects a non-weed image, it will return 'Negative'."
111
  )
112
 
113
  interface.launch()
 
107
  inputs=gr.Image(type="pil"),
108
  outputs="text",
109
  title="Weed Image Classifier",
110
+ description="Upload a weed image to predict its class."
111
  )
112
 
113
  interface.launch()