fix typo error

This commit is contained in:
iflamed
2024-07-08 18:57:03 +08:00
parent fff6f9f1e0
commit 43b126adf3

View File

@@ -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. You can get familiar with CosyVoice following this recipie.
**Serve with FastAPI** **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 ```sh
# For development # For development
fastapi dev --port 3003 fastapi dev --port 3003