Instructions to use facebook/tts_transformer-es-css10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use facebook/tts_transformer-es-css10 with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/tts_transformer-es-css10" ) - Notebooks
- Google Colab
- Kaggle
How to prevent the model from adding extra words?
#1
by AndrewF - opened
I tried to input a short sentence in Spanish, and every time the spoken text comes out with more words than I put in and several seconds of silence after this last word is spoken. Is there a way to prevent this behavior?
x2