jays009 commited on
Commit
200f853
·
verified ·
1 Parent(s): aef42cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ demo = gr.Interface(
115
  fn=predict_from_image_url,
116
  inputs="text",
117
  outputs="json",
118
- title="Maize Disease Classification",
119
  description="Enter a URL to an image for classification (Fall Army Worm, Phosphorus Deficiency, or Bacterial Leaf Blight).",
120
  )
121
 
 
115
  fn=predict_from_image_url,
116
  inputs="text",
117
  outputs="json",
118
+ title="Crop Anomaly Classification",
119
  description="Enter a URL to an image for classification (Fall Army Worm, Phosphorus Deficiency, or Bacterial Leaf Blight).",
120
  )
121