Update README.md

This commit is contained in:
Shahul ES 2022-11-24 15:51:18 +05:30 committed by GitHub
parent 1d2c5eee55
commit 31ab30be04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ https://user-images.githubusercontent.com/25312635/203756185-737557f4-6e21-4146-
from mayavoz.models import Mayamodel from mayavoz.models import Mayamodel
model = Mayamodel.from_pretrained("shahules786/mayavoz-waveunet-valentini-28spk") model = Mayamodel.from_pretrained("shahules786/mayavoz-waveunet-valentini-28spk")
model("noisy_audio.wav") model.enhance("noisy_audio.wav")
``` ```
## Recipes ## Recipes