ANCKEM commited on
Commit
060688e
·
verified ·
1 Parent(s): 4fc2794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ gr.Interface(
254
  fn=predict_image,
255
  inputs=image,
256
  outputs=label,
257
- title="PestScout: An Agricultural Pest Image Classification System Using Deep Convolutional Neural Networks",
258
  description="Upload an image of a pest to classify it into one of the predefined categories.",
259
  css=custom_css
260
  ).launch(debug=True)
 
254
  fn=predict_image,
255
  inputs=image,
256
  outputs=label,
257
+ title="PestScout: An Agricultural Pest Image Classification System Using Convolutional Neural Networks",
258
  description="Upload an image of a pest to classify it into one of the predefined categories.",
259
  css=custom_css
260
  ).launch(debug=True)