We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4b1636 commit 1217b5aCopy full SHA for 1217b5a
packages/tasks/src/model-libraries-snippets.ts
@@ -115,7 +115,7 @@ export const bm25s = (model: ModelData): string[] => [
115
retriever = BM25HF.load_from_hub("${model.id}")`,
116
];
117
118
-export const chatterbox = (model: ModelData): string[] => [
+export const chatterbox = (): string[] => [
119
`# pip install chatterbox-tts
120
import torchaudio as ta
121
from chatterbox.tts import ChatterboxTTS
0 commit comments