Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
9ab57a0
1
Parent(s):
bde9b75
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ 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 |
-
examples=[[“
|
19 |
gr.Interface(
|
20 |
inference,
|
21 |
gr.inputs.Image(type="file"),
|
|
|
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 |
+
examples=[[“4A79FDEB-786A-438A-BE63-C83418BFF450.jpeg”]]
|
19 |
gr.Interface(
|
20 |
inference,
|
21 |
gr.inputs.Image(type="file"),
|