NORLIE JHON MALAGDAO commited on
Commit
5f80dfa
·
verified ·
1 Parent(s): 05e9cff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,7 +131,7 @@ gr.Interface(
131
  fn=predict_image,
132
  inputs=image,
133
  outputs=label,
134
- title="Pest Classification",
135
- description="Upload an image of a pest to classify it into one of the predefined categories.",
136
  css=custom_css
137
  ).launch(debug=True)
 
131
  fn=predict_image,
132
  inputs=image,
133
  outputs=label,
134
+ title="Welcome to Agricultural Pest Image Classification",
135
+ description="The image data set used was obtaied from Kaggle and has a collection of 12 different types of agricultral pests: Ants, Bees, Beetles, Caterpillars, Earthworms, Earwigs, Grasshoppers, Moths, Slugs, Snails, Wasps, and Weevils",
136
  css=custom_css
137
  ).launch(debug=True)