Spaces:
Sleeping
Sleeping
Update the description.
Browse files
app.py
CHANGED
@@ -33,5 +33,5 @@ gr.Interface(fn=predict,
|
|
33 |
inputs=gr.Image(type="pil"),
|
34 |
outputs=gr.Image(type="pil"),
|
35 |
title="Cleaner bot detection model",
|
36 |
-
description="Upload an image to detect cleaner bots and their base-station.
|
37 |
).launch(share=True)
|
|
|
33 |
inputs=gr.Image(type="pil"),
|
34 |
outputs=gr.Image(type="pil"),
|
35 |
title="Cleaner bot detection model",
|
36 |
+
description="Upload an image to detect cleaner bots and their base-station. (Model: YOLOv8 model with OpenVINO optimization)"
|
37 |
).launch(share=True)
|