Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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)
|