Skip to content

Commit 2d5ef28

Browse files
committed
Merge branch 'add_t5_tts' of github.com:NielsRogge/huggingface.js into add_t5_tts
2 parents 1bb00b0 + 1f441e5 commit 2d5ef28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,9 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
666666
filter: true,
667667
countDownloads: `path:"models/default.zip"`,
668668
},
669-
"t5-tts": {
670-
prettyLabel: "T5-TTS",
671-
repoName: "T5-TTS",
669+
"f5-tts": {
670+
prettyLabel: "F5-TTS",
671+
repoName: "F5-TTS",
672672
repoUrl: "https://github.com/SWivid/F5-TTS",
673673
filter: false,
674674
countDownloads: `path_extension:"safetensors"`,

0 commit comments

Comments
 (0)