iflamed commited on
Commit
ee5cb5d
·
unverified ·
1 Parent(s): eb53ccb

rewrite document

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -118,7 +118,8 @@ For advanced user, we have provided train and inference scripts in `examples/lib
118
  You can get familiar with CosyVoice following this recipie.
119
 
120
  **Serve with FastAPI**
121
- 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.
 
122
 
123
  ```sh
124
  cd runtime/python
 
118
  You can get familiar with CosyVoice following this recipie.
119
 
120
  **Serve with FastAPI**
121
+
122
+ The `runtime/python/fastapi_server.py` file contains the http API build with `FastAPI`.
123
 
124
  ```sh
125
  cd runtime/python