PyTorch
ONNX
vocoder
vocos
hifigan
tts
mel
wetdog commited on
Commit
5244136
·
verified ·
1 Parent(s): f68d8bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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