aijack commited on
Commit
422fb1a
·
1 Parent(s): eba2484

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ examples = [
76
  ]
77
  ]
78
  outputs = gr.Video()
79
- title = "YOLO8 Object Detection and Track Algorithm Library"
80
  article = "<p style='text-align: center'><a href='http://claireye.com.tw'>Claireye</a> | 2023</p>"
81
  demo_app = gr.Interface(
82
  fn=object_tracker,
 
76
  ]
77
  ]
78
  outputs = gr.Video()
79
+ title = "YOLO Object Detection and Track Algorithm Library"
80
  article = "<p style='text-align: center'><a href='http://claireye.com.tw'>Claireye</a> | 2023</p>"
81
  demo_app = gr.Interface(
82
  fn=object_tracker,