Instructions to use voices/VCTK_European_English_Males with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voices/VCTK_European_English_Males with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="voices/VCTK_European_English_Males")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("voices/VCTK_European_English_Males", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
277d850 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9a35efbe123ea3f06a4309417c93edfae5adae29090c7c6048522e149351a79e
size 1043207181
|