speechbrainteam commited on
Commit
10b033b
1 Parent(s): a54e25c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ torchaudio.save('example_TTS_input_phoneme.wav', waveforms.squeeze(1), 22050)
83
  If you want to generate multiple sentences in one-shot, you can do in this way:
84
 
85
  ```python
86
- from speechbrain.TTS import FastSpeech2InternalAlignment
87
  fastspeech2 = FastSpeech2InternalAlignment.from_hparams(source="speechbrain/tts-fastspeech2-internal-alignment-ljspeech", savedir="tmpdir_tts")
88
  items = [
89
  "A quick brown fox jumped over the lazy dog",
 
83
  If you want to generate multiple sentences in one-shot, you can do in this way:
84
 
85
  ```python
86
+ from speechbrain.inference.TTS import FastSpeech2InternalAlignment
87
  fastspeech2 = FastSpeech2InternalAlignment.from_hparams(source="speechbrain/tts-fastspeech2-internal-alignment-ljspeech", savedir="tmpdir_tts")
88
  items = [
89
  "A quick brown fox jumped over the lazy dog",