coqui-tts/TTS
thennal10 d39bc74f57
OverFlow with test sentences (#2253)
* Fix typo in function definiton

* Swap hasattr out

hasattr(self, "speaker_manager")  and hasattr(self, "language_manager") seems to be redundant since BaseTTS defines both.
2023-03-01 09:11:30 +01:00
..
bin Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
config Multilingual tokenizer (#2229) 2023-01-02 10:03:19 +01:00
encoder Fix Speaker Consistency Loss (SCL) (#2364) 2023-02-27 09:14:00 +03:00
server Fix tts-server for multi-lingual models (#2257) 2023-02-06 10:54:34 +01:00
tts OverFlow with test sentences (#2253) 2023-03-01 09:11:30 +01:00
utils Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
vocoder Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
.models.json Add pretrained model 2023-01-30 13:55:17 +01:00
VERSION Bump up to v0.11.1 2023-02-10 15:59:05 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Bump up to v0.11.0 (#2329) 2023-02-08 13:58:49 +01:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00