Skip to content

Commit 565316d

Browse files
Add SoloAudio as lib for download stats (#911)
Hi, I want to add the model [SoloAudio](https://github.com/WangHelin1997/SoloAudio) as a library for download stats. Thanks! The huggingface repo is [https://huggingface.co/westbrook/SoloAudio](https://huggingface.co/westbrook/SoloAudio)
1 parent 4dd127b commit 565316d

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
@@ -593,6 +593,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
593593
countDownloads: `path:"cvlm_llama2_tokenizer/tokenizer.model"`,
594594
snippets: snippets.seed_story,
595595
},
596+
soloaudio: {
597+
prettyLabel: "SoloAudio",
598+
repoName: "SoloAudio",
599+
repoUrl: "https://github.com/WangHelin1997/SoloAudio",
600+
filter: false,
601+
countDownloads: `path:"soloaudio_v2.pt"`,
602+
},
596603
"stable-baselines3": {
597604
prettyLabel: "stable-baselines3",
598605
repoName: "stable-baselines3",

0 commit comments

Comments
 (0)