You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* const output = await synthesizer('Hello there, how are you doing?', { speaker_embeddings });
@@ -55,6 +57,8 @@ import { AutoModel } from '../models.js';
55
57
*
56
58
* **Example:** Multilingual speech generation with `Xenova/mms-tts-fra`. See [here](https://huggingface.co/models?pipeline_tag=text-to-speech&other=vits&sort=trending) for the full list of available languages (1107).
57
59
* ```javascript
60
+
* import { pipeline } from '@huggingface/transformers';
0 commit comments