Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
17b95b1
1
Parent(s):
13e7579
Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,9 @@ def inference(image):
|
|
11 |
return "out.jpg"
|
12 |
|
13 |
|
14 |
-
title = "
|
15 |
-
description = "demo for
|
16 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
17 |
|
18 |
gr.Interface(
|
19 |
inference,
|
|
|
11 |
return "out.jpg"
|
12 |
|
13 |
|
14 |
+
title = "Bytetrack"
|
15 |
+
description = "Gradio demo for ByteTrack: Multi-Object Tracking by Associating Every Detection Box. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
16 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2110.06864'> ByteTrack: Multi-Object Tracking by Associating Every Detection Box </a> | <a href=“ https://github.com/ifzhang/ByteTrack”>Github Repo</a></p>"
|
17 |
|
18 |
gr.Interface(
|
19 |
inference,
|