From ee5cb5d2314f7807c0fbb9812b501a7d820243d2 Mon Sep 17 00:00:00 2001 From: iflamed Date: Wed, 10 Jul 2024 23:21:34 +0800 Subject: [PATCH] rewrite document --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cffa5d..e690c7e 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,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. + +The `runtime/python/fastapi_server.py` file contains the http API build with `FastAPI`. ```sh cd runtime/python