From dcf4e036ff1c35096bae6e10fd30628c2dc612b8 Mon Sep 17 00:00:00 2001 From: mateencog <137640565+mateencog@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:29:23 +0500 Subject: [PATCH] Update README.md fixed a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162ac079..287c3277 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ ta.save("test-2.wav", wav, model.sr) See `example_tts.py` and `example_vc.py` for more examples. # Supported Lanugage -Currenlty only English. +Currently only English. # Acknowledgements - [Cosyvoice](https://github.com/FunAudioLLM/CosyVoice)