Skip to content

Commit 64c8be7

Browse files
committed
Fix SongGeneration download count rule
1 parent 71495e2 commit 64c8be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,10 +955,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
955955
},
956956
"tencent-song-generation": {
957957
prettyLabel: "SongGeneration",
958-
repoName: "songgeneration",
958+
repoName: "SongGeneration",
959959
repoUrl: "https://github.com/tencent-ailab/songgeneration",
960960
filter: false,
961-
countDownloads: `path:"ckpt/songgeneration_base_zh/model.pt"`,
961+
countDownloads: `path:"ckpt/songgeneration_base/model.pt"`,
962962
},
963963
tensorflowtts: {
964964
prettyLabel: "TensorFlowTTS",

0 commit comments

Comments
 (0)