gowthambhat commited on
Commit
7c776e2
1 Parent(s): fc7e645

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ inputs = [
44
  ]
45
 
46
  outputs = gr.Image(type="filepath", label="Output Image")
47
- title = "State-of-the-Art YOLO Models for Object detection"
48
 
49
  examples = [['demo_01.jpg', 'yolov8n', 640, 0.25, 0.45], ['demo_02.jpg', 'yolov8l', 640, 0.25, 0.45], ['demo_03.jpg', 'yolov8x', 1280, 0.25, 0.45]]
50
  demo_app = gr.Interface(
 
44
  ]
45
 
46
  outputs = gr.Image(type="filepath", label="Output Image")
47
+ title = "CGIP Project: Object detection based on YOLO8 Model"
48
 
49
  examples = [['demo_01.jpg', 'yolov8n', 640, 0.25, 0.45], ['demo_02.jpg', 'yolov8l', 640, 0.25, 0.45], ['demo_03.jpg', 'yolov8x', 1280, 0.25, 0.45]]
50
  demo_app = gr.Interface(