From 31ab30be04d0661e0368d9d260ff01bb6e1543fb Mon Sep 17 00:00:00 2001 From: Shahul ES Date: Thu, 24 Nov 2022 15:51:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10518a7..975f055 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ https://user-images.githubusercontent.com/25312635/203756185-737557f4-6e21-4146- from mayavoz.models import Mayamodel model = Mayamodel.from_pretrained("shahules786/mayavoz-waveunet-valentini-28spk") -model("noisy_audio.wav") +model.enhance("noisy_audio.wav") ``` ## Recipes