Text-to-Speech
ONNX
Transformers.js
Marathi
onnxruntime
style_text_to_speech_2
tts
kokoro
marathi
minglish
indic
styletts2
bol-tts
webgpu
Instructions to use shreyask/bol-tts-marathi-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use shreyask/bol-tts-marathi-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-to-speech', 'shreyask/bol-tts-marathi-onnx');
config: add model_type/architectures for transformers.js
Browse files- config.json +5 -1
config.json
CHANGED
|
@@ -169,5 +169,9 @@
|
|
| 169 |
"↘": 173,
|
| 170 |
"ᵻ": 177,
|
| 171 |
"ɭ": 144
|
| 172 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
}
|
|
|
|
| 169 |
"↘": 173,
|
| 170 |
"ᵻ": 177,
|
| 171 |
"ɭ": 144
|
| 172 |
+
},
|
| 173 |
+
"model_type": "style_text_to_speech_2",
|
| 174 |
+
"architectures": [
|
| 175 |
+
"StyleTextToSpeech2Model"
|
| 176 |
+
]
|
| 177 |
}
|