speechbrainteam
commited on
Commit
•
17fbdc3
1
Parent(s):
210ba9e
Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ torchaudio.save('waveform_reconstructed.wav', waveforms.squeeze(1), 22050)
|
|
93 |
### Using the Vocoder with the TTS
|
94 |
```python
|
95 |
import torchaudio
|
96 |
-
from speechbrain.inference.
|
97 |
from speechbrain.inference.vocoders import HIFIGAN
|
98 |
|
99 |
# Intialize TTS (tacotron2) and Vocoder (HiFIGAN)
|
|
|
93 |
### Using the Vocoder with the TTS
|
94 |
```python
|
95 |
import torchaudio
|
96 |
+
from speechbrain.inference.TTS import Tacotron2
|
97 |
from speechbrain.inference.vocoders import HIFIGAN
|
98 |
|
99 |
# Intialize TTS (tacotron2) and Vocoder (HiFIGAN)
|