operats commited on
Commit
4f59a35
·
1 Parent(s): 856ae2f

Update the description.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. This application uses a YOLOv8 model trained with OpenVINO optimization."
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)