Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jul 6, 2023
1 parent 4062d31 commit b05da58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/utils/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def tts(
text=sen,
config=self.tts_config,
speaker_id=sp_name,
extra_voice_dirs=self.voice_dir,
voice_dirs=self.voice_dir,
d_vector=speaker_embedding,
**kwargs,
)
Expand Down

0 comments on commit b05da58

Please sign in to comment.