mirror of https://github.com/coqui-ai/TTS.git
fix(xtts_manager): name_to_id() should return dict
This is how the other embedding managers work
This commit is contained in:
parent
1aef5ff091
commit
309f39a45f
|
@ -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