Krisshvamsi
commited on
Commit
•
f587afc
1
Parent(s):
ce88638
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,7 @@ pip install speechbrain
|
|
32 |
|
33 |
```python
|
34 |
import torchaudio
|
|
|
35 |
from speechbrain.inference.vocoders import HIFIGAN
|
36 |
|
37 |
texts = ["This is a sample text for synthesis."]
|
|
|
32 |
|
33 |
```python
|
34 |
import torchaudio
|
35 |
+
from TTSModel import TTSModel
|
36 |
from speechbrain.inference.vocoders import HIFIGAN
|
37 |
|
38 |
texts = ["This is a sample text for synthesis."]
|