Instructions to use voices/VCTK_British_English_Males with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voices/VCTK_British_English_Males with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="voices/VCTK_British_English_Males")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("voices/VCTK_British_English_Males", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Updating speaker labels b0e487c
updating config.json for path / project_name 97e2706
Update to add repo name / project name 1ec3c6e
Update README.md 9e2c288
Justin commited on