We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d745 commit 32b26e2Copy full SHA for 32b26e2
packages/tasks/src/model-libraries.ts
@@ -212,6 +212,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
212
repoUrl: "https://github.com/cartesia-ai/cartesia_mlx",
213
snippets: snippets.cartesia_mlx,
214
},
215
+ clipscope: {
216
+ prettyLabel: "clipscope",
217
+ repoName: "clipscope",
218
+ repoUrl: "https://github.com/Lewington-pitsos/clipscope",
219
+ filter: false,
220
+ countDownloads: `path_extension:"pt"`,
221
+ },
222
cotracker: {
223
prettyLabel: "CoTracker",
224
repoName: "CoTracker",
0 commit comments