diff --git a/README.md b/README.md index f8dea92..c7fc2db 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ mayavoz is a Pytorch-based opensource toolkit for speech enhancement. It is desi ``` python from mayavoz import Mayamodel -model = Mayamodel.from_pretrained("mayavoz/waveunet") +model = Mayamodel.from_pretrained("shahules786/mayavoz-waveunet-valentini-28spk") model("noisy_audio.wav") ```