L0SG commited on
Commit
defdc11
1 Parent(s): fd47e85
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ git clone https://huggingface.co/nvidia/bigvgan_v2_44khz_128band_512x
45
 
46
  ## Usage
47
 
48
- 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.
49
 
50
  ```python
51
  device = 'cuda'
 
45
 
46
  ## Usage
47
 
48
+ Below example describes how you can use BigVGAN: load the pretrained BigVGAN generator from Hugging Face Hub, compute mel spectrogram from input waveform, and generate synthesized waveform using the mel spectrogram as the model's input.
49
 
50
  ```python
51
  device = 'cuda'