Upload config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Kitten TTS Nano",
|
| 3 |
+
"version": "0.1",
|
| 4 |
+
"type": "ONNX1",
|
| 5 |
+
"model": "kitten-tts-nano-0.1",
|
| 6 |
+
"voices" : "voices.npz",
|
| 7 |
+
"model_file": "kitten_tts_nano_v0_1.onnx"
|
| 8 |
+
}
|