Text-to-Speech
LiteRT
ONNX
LiteRT
English
Spanish
Italian
onnxruntime
tts
int8
quantization
speech-synthesis
duration-flow
multilingual
expressive-tts
emotion
cpu-inference
Instructions to use spybyscript/scyllasband with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use spybyscript/scyllasband with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 550 Bytes
c00d50c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"american": "en_us",
"american_english": "en_us",
"british": "en_gb",
"british_english": "en_gb",
"en": "en_us",
"en-gb": "en_gb",
"en-uk": "en_gb",
"en-us": "en_us",
"en_gb": "en_gb",
"en_uk": "en_gb",
"en_us": "en_us",
"eng": "en_us",
"eng_gb": "en_gb",
"eng_us": "en_us",
"english": "en_us",
"english_gb": "en_gb",
"english_uk": "en_gb",
"english_us": "en_us",
"es": "es",
"gb": "en_gb",
"it": "it",
"ita": "it",
"italian": "it",
"spa": "es",
"spanish": "es",
"uk": "en_gb",
"us": "en_us"
}
|