Spaces:
Running
on
Zero
Running
on
Zero
rewrite document
Browse files
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 |
-
|
|
|
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
|