Atualli commited on
Commit
9bc5296
·
verified ·
1 Parent(s): 62371a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,8 +95,8 @@ inputs = [
95
  ]
96
 
97
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
98
- title = "YOLOv5"
99
- description = "YOLOv5 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(
 
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(