Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ license: cc-by-4.0
|
|
5 |
```
|
6 |
pip install masked_prosody_model==0.1.0
|
7 |
```
|
|
|
8 |
|
9 |
```python
|
10 |
from masked_prosody_model import MaskedProsodyModel
|
|
|
5 |
```
|
6 |
pip install masked_prosody_model==0.1.0
|
7 |
```
|
8 |
+
torch and torchaudio need to be installed as well.
|
9 |
|
10 |
```python
|
11 |
from masked_prosody_model import MaskedProsodyModel
|