Instructions to use SYSPIN/Marathi_Male_GlowTTS_waveglow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SYSPIN/Marathi_Male_GlowTTS_waveglow with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SYSPIN/Marathi_Male_GlowTTS_waveglow", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"trim_silence": false,
|
| 30 |
"add_noise": true,
|
| 31 |
"add_blank": true,
|
| 32 |
-
"cmudict_path": "data/cmu_dictionary"
|
| 33 |
},
|
| 34 |
"model": {
|
| 35 |
"hidden_channels": 192,
|
|
|
|
| 29 |
"trim_silence": false,
|
| 30 |
"add_noise": true,
|
| 31 |
"add_blank": true,
|
| 32 |
+
"cmudict_path": "glowtts/data/cmu_dictionary"
|
| 33 |
},
|
| 34 |
"model": {
|
| 35 |
"hidden_channels": 192,
|