Instructions to use Xenova/mms-tts-eng with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/mms-tts-eng with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'Xenova/mms-tts-eng');
`local_files_only=true` or `env.allowRemoteModels=false` and file was not found locally at "models/mms-tts-eng/preprocessor_config.json".
#2
by eduardoworrel - opened
Same here (actually I get this warning on alot of text-to-speech models)