Skip to content

Commit 4dd127b

Browse files
Add SSR-Speech as lib for download stats (#904)
Hi, I want to add the model [SSR-Speech](https://github.com/WangHelin1997/SSR-Speech) as a library for download stats. Thanks! The huggingface repos are [https://huggingface.co/westbrook/SSR-Speech-Mandarin](https://huggingface.co/westbrook/SSR-Speech-Mandarin) and [https://huggingface.co/westbrook/SSR-Speech-English](https://huggingface.co/westbrook/SSR-Speech-English) --------- Co-authored-by: Lucain <[email protected]>
1 parent bbe2ae8 commit 4dd127b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
563563
filter: true,
564564
countDownloads: `path:"hyperparams.yaml"`,
565565
},
566+
"ssr-speech": {
567+
prettyLabel: "SSR-Speech",
568+
repoName: "SSR-Speech",
569+
repoUrl: "https://github.com/WangHelin1997/SSR-Speech",
570+
filter: false,
571+
countDownloads: `path_extension:".pth"`,
572+
},
566573
"stable-audio-tools": {
567574
prettyLabel: "Stable Audio Tools",
568575
repoName: "stable-audio-tools",

0 commit comments

Comments
 (0)