Ahsen Khaliq commited on
Commit
b2079b3
1 Parent(s): 9ab57a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[[4A79FDEB-786A-438A-BE63-C83418BFF450.jpeg]]
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"),