coqui-tts/TTS
Enno Hermann 99edd6daa3
Fix ModelManager.list_models() (#3128)
* fix(utils.manage): remove hard-coded model_type variable

* 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-11-08 11:29:01 +01:00
..
bin Fix coqui api (#3168) 2023-11-08 10:51:23 +01: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 Add char limit warn (#3130) 2023-11-08 10:24:23 +01:00
utils Fix ModelManager.list_models() (#3128) 2023-11-08 11:29:01 +01:00
vc Move FreeVCConfig to TTS.vc.configs (like all other config classes) 2023-10-31 16:56:25 +02:00
vocoder Fix #3153 (#3169) 2023-11-08 11:13:58 +01:00
.models.json Fix XTTS v2.0 training recipe (#3154) 2023-11-07 14:16:44 +01:00
VERSION Update to v0.20.1 2023-11-07 14:17:36 +01:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
api.py Fix coqui api (#3168) 2023-11-08 10:51:23 +01:00
cs_api.py Fix coqui api (#3168) 2023-11-08 10:51:23 +01:00
model.py Cache fsspec downloads (#2132) 2022-11-09 22:12:48 +01:00