Skip to content

Commit 374a987

Browse files
Add SongBloom as a library (#1571)
Co-authored-by: Lucain <lucainp@gmail.com>
1 parent bb23868 commit 374a987

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
@@ -965,6 +965,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
965965
filter: false,
966966
countDownloads: `path:"soloaudio_v2.pt"`,
967967
},
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+
},
968975
"stable-baselines3": {
969976
prettyLabel: "stable-baselines3",
970977
repoName: "stable-baselines3",

0 commit comments

Comments
 (0)