From 43b126adf3eda67c6f4a3c6a2bd22a657e769a93 Mon Sep 17 00:00:00 2001 From: iflamed Date: Mon, 8 Jul 2024 18:57:03 +0800 Subject: [PATCH] fix typo error --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d9ca78..5ebecc1 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ For advanced user, we have provided train and inference scripts in `examples/lib You can get familiar with CosyVoice following this recipie. **Serve with FastAPI** +The `main.py` file has added a `TTS` api with `CosyVoice-300M-SFT` model, you can update the code based on **Basic Usage** as above. + ```sh # For development fastapi dev --port 3003