Instructions to use truong-xuan-linh/speecht5-vietnamese-voiceclone-lsvsc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use truong-xuan-linh/speecht5-vietnamese-voiceclone-lsvsc 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-voiceclone-lsvsc")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("truong-xuan-linh/speecht5-vietnamese-voiceclone-lsvsc") model = AutoModelForTextToSpectrogram.from_pretrained("truong-xuan-linh/speecht5-vietnamese-voiceclone-lsvsc", 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 578022792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:694c834c83806d68c7c67b9f9944410bfad2e07fb27e4e327840e8c095e5da38
|
| 3 |
size 578022792
|