nishantkaushik20 commited on
Commit
daae173
1 Parent(s): 3203311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ inputs = [
69
  ]
70
 
71
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
72
- title = "Ultralytics YOLOv8: State-of-the-Art YOLO Models"
73
 
74
  examples = [['highway.jpg', 'kadirnar/yolov8m-v8.0', 640, 0.25, 0.45], ['highway1.jpg', 'kadirnar/yolov8l-v8.0', 640, 0.25, 0.45], ['small-vehicles1.jpeg', 'kadirnar/yolov8x-v8.0', 1280, 0.25, 0.45]]
75
  demo_app = gr.Interface(
 
69
  ]
70
 
71
  outputs = gr.outputs.Image(type="filepath", label="Output Image")
72
+ title = "Object Detection YOLOv8"
73
 
74
  examples = [['highway.jpg', 'kadirnar/yolov8m-v8.0', 640, 0.25, 0.45], ['highway1.jpg', 'kadirnar/yolov8l-v8.0', 640, 0.25, 0.45], ['small-vehicles1.jpeg', 'kadirnar/yolov8x-v8.0', 1280, 0.25, 0.45]]
75
  demo_app = gr.Interface(