Skip to content

Commit 9b314fd

Browse files
committed
fix torch hub links in the gradio demo
1 parent 0b6edd2 commit 9b314fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradio_demo/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def track(
351351

352352
video_input = torch.tensor(video_input).unsqueeze(0).to(device, dtype)
353353

354-
model = torch.hub.load("facebookresearch/co-tracker:release_cotracker3", "cotracker3_online")
354+
model = torch.hub.load("facebookresearch/co-tracker", "cotracker3_online")
355355
model = model.to(device)
356356

357357
video_input = video_input.permute(0, 1, 4, 2, 3)

0 commit comments

Comments
 (0)