Instructions to use facebook/mms-tts-tha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/mms-tts-tha with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="facebook/mms-tts-tha")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("facebook/mms-tts-tha") model = AutoModelForTextToWaveform.from_pretrained("facebook/mms-tts-tha") - Notebooks
- Google Colab
- Kaggle
Commit ·
8ab4800
1
Parent(s): 26912de
Upload model
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c00a7f642fa9e786ce0fa755393b0859ad079bbf2327a85ecbadee9286166ab9
|
| 3 |
+
size 145252856
|