Skip to content

Commit

Permalink
Lint: remove trailing space (#1091)
Browse files Browse the repository at this point in the history
Fixes CI format tests on merging to main.
  • Loading branch information
pcuenca authored Jan 8, 2025
1 parent 3c3c008 commit 29715d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
repoName: "CosyVoice",
repoUrl: "https://github.com/FunAudioLLM/CosyVoice",
filter: false,
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
countDownloads: `path_extension:"onnx" OR path_extension:"pt"`,
},
cotracker: {
prettyLabel: "CoTracker",
Expand Down

0 comments on commit 29715d4

Please sign in to comment.