Spaces:
Running
on
Zero
Running
on
Zero
fix typo error
Browse files
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
|