coqui-tts/TTS
Enno Hermann 9e8da1a07e refactor(utils.manage): address lint issues, fix typos
Addressed the following:
TTS/utils/manage.py:307:12: R1705: Unnecessary "else" after "return" (no-else-return)
TTS/utils/manage.py:308:21: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
TTS/utils/manage.py:299:4: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
TTS/utils/manage.py:299:4: R0201: Method could be a function (no-self-use)
TTS/utils/manage.py:314:4: R0201: Method could be a function (no-self-use)
2023-10-31 15:56:14 +01:00
..
bin Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
config Fix model tests (#2943) 2023-09-14 15:21:48 +02:00
encoder Drop fairseq for Hubert 2023-06-26 19:27:48 +02:00
server Make style 2023-08-11 12:55:23 +02:00
tts Remove unused load_audio function 2023-10-27 22:27:18 +02:00
utils refactor(utils.manage): address lint issues, fix typos 2023-10-31 15:56:14 +01:00
vc Remove duplicate convert_pad_shape 2023-09-27 01:10:48 +03:00
vocoder [minor] hifigan_generator.py typo (#2462) 2023-03-28 12:43:36 +02:00
.models.json Bug fix on XTTS v1.1 inference (#3093) 2023-10-20 17:29:43 -03:00
VERSION Bump up to v0.19.1 2023-10-30 10:37:28 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Merge pull request #2983 from vltmedia/dev 2023-10-28 10:39:25 +02:00
cs_api.py Add stdout option (#3027) 2023-10-16 12:07:21 +02:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00