Skip to content
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
snippets: snippets.cartesia_mlx,
},
clipscope: {
prettyLabel: "clipscope",
repoName: "clipscope",
repoUrl: "https://github.com/Lewington-pitsos/clipscope",
filter: false,
countDownloads: `path_extension:"pt"`,
},
cotracker: {
prettyLabel: "CoTracker",
repoName: "CoTracker",
Expand Down