From fa428c2e2b0a7eb6dd8e5f0bc76e913fd311320f Mon Sep 17 00:00:00 2001 From: Luke Chang Date: Mon, 2 Sep 2024 11:35:00 -0400 Subject: [PATCH] register py-feat library (#879) The goal of this PR is to register a new library [py-feat](https://py-feat.org/) with huggingface and add supported tasks of `image-feature-extraction`. Please let me know if I should make any changes. --------- Co-authored-by: Lucain --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 71b8747b9..55bf8d09c 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -446,6 +446,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { snippets: snippets.pyannote_audio, filter: true, }, + "py-feat": { + prettyLabel: "Py-Feat", + repoName: "Py-Feat", + repoUrl: "https://github.com/cosanlab/py-feat", + docsUrl: "https://py-feat.org/", + filter: false, + }, pythae: { prettyLabel: "pythae", repoName: "pythae",