Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ Swedish SpeechT5 model trained on Swedish language in Common Voice. Example on h
|
|
30 |
```
|
31 |
#pip install datasets soundfile
|
32 |
#pip install transformers
|
|
|
33 |
|
34 |
from transformers import SpeechT5Processor, SpeechT5ForTextToSpeech, SpeechT5HifiGan, set_seed
|
35 |
import torch
|
|
|
30 |
```
|
31 |
#pip install datasets soundfile
|
32 |
#pip install transformers
|
33 |
+
#pip install sentencepiece
|
34 |
|
35 |
from transformers import SpeechT5Processor, SpeechT5ForTextToSpeech, SpeechT5HifiGan, set_seed
|
36 |
import torch
|