Update app.py
Browse files
app.py
CHANGED
@@ -95,8 +95,8 @@ inputs = [
|
|
95 |
]
|
96 |
|
97 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
98 |
-
title = "
|
99 |
-
description = "
|
100 |
|
101 |
examples = [['zidane.jpg'], ['image3.jpg']]
|
102 |
demo_app = gr.Interface(
|
|
|
95 |
]
|
96 |
|
97 |
outputs = gr.outputs.Image(type="filepath", label="Output Image")
|
98 |
+
title = "YOLO11"
|
99 |
+
description = "YOLO11 is a family of object detection models pretrained on COCO dataset. This model is a pip implementation of the original YOLOv5 model."
|
100 |
|
101 |
examples = [['zidane.jpg'], ['image3.jpg']]
|
102 |
demo_app = gr.Interface(
|