We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9330c8b commit 5a74261Copy full SHA for 5a74261
README.md
@@ -14,7 +14,7 @@ I strongly recommend installing pytorch with CUDA so that the entire process is
14
`pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118`
15
16
## Starting Server
17
-`python -m xtts-api-server` will run on default ip and port (0.0.0.0:8020)
+`python -m xtts-api-server` will run on default ip and port (localhost:8020)
18
19
```
20
usage: xtts-api-server [-h] [-o HOST] [-p PORT] [-sf SPEAKER_FOLDER] [-o OUTPUT]
0 commit comments