Skip to content

Commit 64b4a7d

Browse files
authored
Merge branch 'main' into patch-1
2 parents d50d2ce + af2ffe8 commit 64b4a7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "[email protected]",
4-
"version": "0.19.16",
4+
"version": "0.19.17",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

packages/tasks/src/model-libraries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,10 +963,10 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
963963
},
964964
"tencent-song-generation": {
965965
prettyLabel: "SongGeneration",
966-
repoName: "songgeneration",
966+
repoName: "SongGeneration",
967967
repoUrl: "https://github.com/tencent-ailab/songgeneration",
968968
filter: false,
969-
countDownloads: `path:"ckpt/songgeneration_base_zh/model.pt"`,
969+
countDownloads: `path:"ckpt/songgeneration_base/model.pt"`,
970970
},
971971
tensorflowtts: {
972972
prettyLabel: "TensorFlowTTS",

0 commit comments

Comments
 (0)