Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ interface = gr.Interface(
|
|
| 107 |
inputs=gr.Image(type="pil"),
|
| 108 |
outputs="text",
|
| 109 |
title="Weed Image Classifier",
|
| 110 |
-
description="Upload a weed image to predict its class.
|
| 111 |
)
|
| 112 |
|
| 113 |
interface.launch()
|
|
|
|
| 107 |
inputs=gr.Image(type="pil"),
|
| 108 |
outputs="text",
|
| 109 |
title="Weed Image Classifier",
|
| 110 |
+
description="Upload a weed image to predict its class."
|
| 111 |
)
|
| 112 |
|
| 113 |
interface.launch()
|