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 3fd3440 commit ec7f057Copy full SHA for ec7f057
packages/tasks/src/model-libraries.ts
@@ -909,6 +909,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
909
docsUrl: "https://github.com/jasonppy/VoiceCraft",
910
snippets: snippets.voicecraft,
911
},
912
+ wham: {
913
+ prettyLabel: "WHAM",
914
+ repoName: "wham",
915
+ repoUrl: "https://huggingface.co/microsoft/wham",
916
+ docsUrl: "https://huggingface.co/microsoft/wham/blob/main/README.md",
917
+ countDownloads: `path_extension:"ckpt"`,
918
+ },
919
whisperkit: {
920
prettyLabel: "WhisperKit",
921
repoName: "WhisperKit",
0 commit comments