Kasen
Results
1
issues of
Kasen
Fix the problem that I mentioned in https://github.com/coqui-ai/TTS/issues/3434#issuecomment-1871181181. `name_to_id()` in class `SpeakerManager` already returns `dict_keys` type, but `keys()` method is called again on `name_to_id` in `speaker_names()`, which results in the...