diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index c4bda8222c..9118a1eda5 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -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",