L0SG commited on
Commit
b5e4e3d
1 Parent(s): 52bf93a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ git clone https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_256x
39
 
40
  ## Usage
41
 
42
- Below example describes how you can use load the pretrained BigVGAN generator, compute mel spectrogram from input waveform, and generate synthesized waveform using the mel spectrogram as the model's input.
43
 
44
  ```python
45
  device = 'cuda'
 
39
 
40
  ## Usage
41
 
42
+ Below example describes how you can use: load the pretrained BigVGAN generator, compute mel spectrogram from input waveform, and generate synthesized waveform using the mel spectrogram as the model's input.
43
 
44
  ```python
45
  device = 'cuda'