Spaces:
Runtime error
Runtime error
NORLIE JHON MALAGDAO
commited on
Update app.py
Browse files
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="
|
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)
|