瀏覽代碼

rewrite document

iflamed 1 年之前
父節點
當前提交
ee5cb5d231
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
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