update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -88,7 +88,7 @@
|
|
88 |
"min_audio_len": 32768,
|
89 |
"max_audio_len": 160000,
|
90 |
"min_text_len": 1,
|
91 |
-
"max_text_len":
|
92 |
"compute_f0": false,
|
93 |
"compute_linear_spec": true,
|
94 |
"precompute_num_workers": 0,
|
|
|
88 |
"min_audio_len": 32768,
|
89 |
"max_audio_len": 160000,
|
90 |
"min_text_len": 1,
|
91 |
+
"max_text_len": 9223372036854775807,
|
92 |
"compute_f0": false,
|
93 |
"compute_linear_spec": true,
|
94 |
"precompute_num_workers": 0,
|