mirror of https://github.com/coqui-ai/TTS.git
Update imports for symbols -> characters
This commit is contained in:
parent
8071fa0020
commit
452dbc43d8
|
@ -287,7 +287,7 @@ class BaseTTS(BaseModel):
|
||||||
verbose=verbose,
|
verbose=verbose,
|
||||||
speaker_id_mapping=speaker_id_mapping,
|
speaker_id_mapping=speaker_id_mapping,
|
||||||
d_vector_mapping=d_vector_mapping if config.use_d_vector_file else None,
|
d_vector_mapping=d_vector_mapping if config.use_d_vector_file else None,
|
||||||
tokenizer=self.tokenizer
|
tokenizer=self.tokenizer,
|
||||||
)
|
)
|
||||||
|
|
||||||
# wait all the DDP process to be ready
|
# wait all the DDP process to be ready
|
||||||
|
|
Loading…
Reference in New Issue