Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,13 @@ The model is aimed to serve as a vocoder to synthesize audio waveforms from mel
|
|
31 |
domain is possible that the model won't produce high quality samples.
|
32 |
|
33 |
## Usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
### Reconstruct audio from mel-spectrogram
|
36 |
|
|
|
31 |
domain is possible that the model won't produce high quality samples.
|
32 |
|
33 |
## Usage
|
34 |
+
### Installation
|
35 |
+
|
36 |
+
To use Wavenext only in inference mode, install it using:
|
37 |
+
|
38 |
+
```bash
|
39 |
+
pip install git+https://github.com/langtech-bsc/wavenext_pytorch
|
40 |
+
```
|
41 |
|
42 |
### Reconstruct audio from mel-spectrogram
|
43 |
|