iflamed commited on
Commit
43b126a
1 Parent(s): fff6f9f

fix typo error

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -117,6 +117,8 @@ For advanced user, we have provided train and inference scripts in `examples/lib
117
  You can get familiar with CosyVoice following this recipie.
118
 
119
  **Serve with FastAPI**
 
 
120
  ```sh
121
  # For development
122
  fastapi dev --port 3003
 
117
  You can get familiar with CosyVoice following this recipie.
118
 
119
  **Serve with FastAPI**
120
+ 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.
121
+
122
  ```sh
123
  # For development
124
  fastapi dev --port 3003