MarcNg commited on
Commit
e276f17
1 Parent(s): 246cf8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ mel_before, mel_after, duration_outputs, _, _ = fastspeech2.inference(
41
  )
42
  ```
43
 
44
- ### Bonus: Convert Mel Spectrogram to Speech
45
  ```python
46
  mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-ljspeech-en")
47
 
 
41
  )
42
  ```
43
 
44
+ ## Bonus: Convert Mel Spectrogram to Speech
45
  ```python
46
  mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-ljspeech-en")
47