Instructions to use truong-xuan-linh/speecht5-vietnamese-kcbnvoice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use truong-xuan-linh/speecht5-vietnamese-kcbnvoice with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="truong-xuan-linh/speecht5-vietnamese-kcbnvoice")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("truong-xuan-linh/speecht5-vietnamese-kcbnvoice") model = AutoModelForTextToSpectrogram.from_pretrained("truong-xuan-linh/speecht5-vietnamese-kcbnvoice", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
88a3fd0
1
Parent(s): ba63112
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 578022792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c48b86939a44e35e2a5488a62c25e500a733a2f6cd636c90ea5c9ad45affe05
|
| 3 |
size 578022792
|