nikkar commited on
Commit
d515d68
1 Parent(s): a9fdf81

reduce max number of tracks

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ app = gr.Interface(
97
  fn=cotracker_demo,
98
  inputs=[
99
  gr.Video(type="file", label="Input video", interactive=True),
100
- gr.Slider(minimum=10, maximum=100, step=1, value=10, label="Grid Size"),
101
  gr.Checkbox(label="Visualize Track Traces"),
102
  ],
103
  outputs=gr.Video(label="Video with predicted tracks"),
 
97
  fn=cotracker_demo,
98
  inputs=[
99
  gr.Video(type="file", label="Input video", interactive=True),
100
+ gr.Slider(minimum=10, maximum=80, step=1, value=10, label="Grid Size"),
101
  gr.Checkbox(label="Visualize Track Traces"),
102
  ],
103
  outputs=gr.Video(label="Video with predicted tracks"),