NeonBohdan
commited on
Commit
•
682a2af
1
Parent(s):
d72a65e
Fixed TTS v0.6.2 incompatibility
Browse files- config.json +1 -1
config.json
CHANGED
@@ -81,7 +81,7 @@
|
|
81 |
"stats_path": null
|
82 |
},
|
83 |
"use_phonemes": true,
|
84 |
-
"phonemizer":
|
85 |
"phoneme_language": "pl",
|
86 |
"compute_input_seq_cache": false,
|
87 |
"text_cleaner": "phoneme_cleaners",
|
|
|
81 |
"stats_path": null
|
82 |
},
|
83 |
"use_phonemes": true,
|
84 |
+
"phonemizer": "espeak",
|
85 |
"phoneme_language": "pl",
|
86 |
"compute_input_seq_cache": false,
|
87 |
"text_cleaner": "phoneme_cleaners",
|