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 630483d commit 6d4eebeCopy full SHA for 6d4eebe
packages/tasks/src/model-libraries.ts
@@ -907,6 +907,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
907
filter: false,
908
countDownloads: `path:"soloaudio_v2.pt"`,
909
},
910
+ "song-generation": {
911
+ prettyLabel: "song-generation",
912
+ repoName: "song-generation",
913
+ repoUrl: "https://github.com/tencent-ailab/songgeneration",
914
+ docsUrl: "https://github.com/tencent-ailab/songgeneration",
915
+ filter: false,
916
+ countDownloads: `path:"ckpt/songgeneration_base/model.pt"`,
917
+ },
918
"stable-baselines3": {
919
prettyLabel: "stable-baselines3",
920
repoName: "stable-baselines3",
0 commit comments