소스 검색

fix typo error

iflamed 1 년 전
부모
커밋
43b126adf3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -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.
 
 **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
 # For development
 fastapi dev --port 3003