Skip to content

Commit 1bb00b0

Browse files
committed
Update path_extension
1 parent f3c2b86 commit 1bb00b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
671671
repoName: "T5-TTS",
672672
repoUrl: "https://github.com/SWivid/F5-TTS",
673673
filter: false,
674-
countDownloads: `path_extension:"safetensors" OR path_extension:"pt"`,
674+
countDownloads: `path_extension:"safetensors"`,
675675
},
676676
tensorflowtts: {
677677
prettyLabel: "TensorFlowTTS",

0 commit comments

Comments
 (0)