Instructions to use EYEDOL/SALAMA_TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EYEDOL/SALAMA_TTS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="EYEDOL/SALAMA_TTS")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EYEDOL/SALAMA_TTS", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload swahili_tts.onnx
Browse files- swahili_tts.onnx +3 -0
swahili_tts.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:672cf96dc45ace32dd3706559ea7f495e7e0b4f7349d12f370b4e1427e4d07a7
|
| 3 |
+
size 114206973
|