pourmand1376 commited on
Commit
4b362d7
·
verified ·
1 Parent(s): e7117d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ inputs = [
81
  ]
82
 
83
  outputs = gr.Image(type="filepath", label="Output Image")
84
- title = "Ultralytics YOLOv8 Segmentation Demo"
85
 
86
  examples = [
87
  ["zidane.jpg", "yolov8m-seg.pt", 640, 0.6, 0.45],
 
81
  ]
82
 
83
  outputs = gr.Image(type="filepath", label="Output Image")
84
+ title = "Ultralytics YOLOv8 Detector Demo"
85
 
86
  examples = [
87
  ["zidane.jpg", "yolov8m-seg.pt", 640, 0.6, 0.45],