mirror of https://github.com/coqui-ai/TTS.git
Fix #3787
This commit is contained in:
parent
dbf1a08a0d
commit
356eb702ef
|
@ -379,7 +379,8 @@ class FreeVC(BaseVC):
|
|||
"""Load pretrained speaker encoder model as mentioned in the paper."""
|
||||
print(" > Loading pretrained speaker encoder model ...")
|
||||
self.enc_spk_ex = SpeakerEncoderEx(
|
||||
"https://github.com/coqui-ai/TTS/releases/download/v0.13.0_models/speaker_encoder.pt"
|
||||
"https://github.com/coqui-ai/TTS/releases/download/v0.13.0_models/speaker_encoder.pt",
|
||||
device=self.device
|
||||
)
|
||||
|
||||
def init_multispeaker(self, config: Coqpit):
|
||||
|
|
Loading…
Reference in New Issue