Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ demo = gr.Interface(
|
|
115 |
fn=predict_from_image_url,
|
116 |
inputs="text",
|
117 |
outputs="json",
|
118 |
-
title="
|
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 |
|