mirror of https://github.com/coqui-ai/TTS.git
Merge pull request #8 from eginhard/fix-xtts-manager
fix(xtts_manager): name_to_id() should return dict
This commit is contained in:
commit
f782a65c4c
|
@ -7,7 +7,7 @@ class SpeakerManager:
|
|||
|
||||
@property
|
||||
def name_to_id(self):
|
||||
return self.speakers.keys()
|
||||
return self.speakers
|
||||
|
||||
@property
|
||||
def num_speakers(self):
|
||||
|
|
Loading…
Reference in New Issue