Adel-Moumen commited on
Commit
a54e25c
·
verified ·
1 Parent(s): a9db96b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,8 +39,8 @@ Please notice that we encourage you to read our tutorials and learn more about
39
 
40
  ```python
41
  import torchaudio
42
- from speechbrain.TTS import FastSpeech2InternalAlignment
43
- from speechbrain.vocoders import HIFIGAN
44
 
45
  # Intialize TTS (tacotron2) and Vocoder (HiFIGAN)
46
  fastspeech2 = FastSpeech2InternalAlignment.from_hparams(source="speechbrain/tts-fastspeech2-internal-alignment-ljspeech", savedir="tmpdir_tts")
 
39
 
40
  ```python
41
  import torchaudio
42
+ from speechbrain.inference.TTS import FastSpeech2InternalAlignment
43
+ from speechbrain.inference.vocoders import HIFIGAN
44
 
45
  # Intialize TTS (tacotron2) and Vocoder (HiFIGAN)
46
  fastspeech2 = FastSpeech2InternalAlignment.from_hparams(source="speechbrain/tts-fastspeech2-internal-alignment-ljspeech", savedir="tmpdir_tts")