Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "viterbox-tts",
|
| 3 |
+
"library_name": "viterbox",
|
| 4 |
+
"sample_rate": 24000,
|
| 5 |
+
"languages": ["vi", "en"]
|
| 6 |
+
}
|