Update basic.rst

This commit is contained in:
Hui Zhang 2021-02-02 14:20:10 +08:00 committed by GitHub
parent a42838c717
commit 8d6b7dc4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ vocoder
Like the example above, after loading the pretrained ``ConditionalWaveFlow``
model, call ``model.predict(mel)`` to synthesize raw audio (in wav format).
>>> import soundfile as df
>>> import soundfile as sf
>>> from parakeet.models import ConditionalWaveFlow
>>>
>>> # load the pretrained model