tiny-tts-rlx / config.json
eugenehp's picture
Upload folder using huggingface_hub
77433dc verified
Raw
History Blame Contribute Delete
325 Bytes
{
"model": "TinyTTS",
"source": "https://github.com/tronghieuit/tiny-tts",
"sample_rate": 44100,
"add_blank": true,
"language": "EN",
"speakers": {
"MALE": 0
},
"default_speaker": "MALE",
"noise_scale": 0.667,
"noise_scale_w": 0.8,
"length_scale": 1.0,
"inter_channels": 80,
"gin_channels": 80
}