Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ examples = [
|
|
| 76 |
]
|
| 77 |
]
|
| 78 |
outputs = gr.Video()
|
| 79 |
-
title = "
|
| 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,
|