Instructions to use truong-xuan-linh/speecht5-multilingual-voiceclone-speechbrain-nonverbal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use truong-xuan-linh/speecht5-multilingual-voiceclone-speechbrain-nonverbal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="truong-xuan-linh/speecht5-multilingual-voiceclone-speechbrain-nonverbal")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("truong-xuan-linh/speecht5-multilingual-voiceclone-speechbrain-nonverbal") model = AutoModelForTextToSpectrogram.from_pretrained("truong-xuan-linh/speecht5-multilingual-voiceclone-speechbrain-nonverbal", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload SpeechT5ForTextToSpeech
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 578071944
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a25d62b16dfc7c8d44e0321161f275b10fb8aaea5b11c5b4d1f9e0263781b1b
|
| 3 |
size 578071944
|