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 bb23868 commit 374a987Copy full SHA for 374a987
packages/tasks/src/model-libraries.ts
@@ -965,6 +965,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
965
filter: false,
966
countDownloads: `path:"soloaudio_v2.pt"`,
967
},
968
+ songbloom: {
969
+ prettyLabel: "SongBloom",
970
+ repoName: "SongBloom",
971
+ repoUrl: "https://github.com/Cypress-Yang/SongBloom",
972
+ filter: false,
973
+ countDownloads: `path_extension:"pt"`,
974
+ },
975
"stable-baselines3": {
976
prettyLabel: "stable-baselines3",
977
repoName: "stable-baselines3",
0 commit comments