You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,6 @@ $ make install
146
146
147
147
If you are on Windows, 👑@GuyPaddock wrote installation instructions [here](https://stackoverflow.com/questions/66726331/how-can-i-run-mozilla-tts-coqui-tts-training-with-cuda-on-a-windows-system).
148
148
149
-
more details about docker like GPU support, etc. can be found [here](https://
150
149
151
150
## Docker Image
152
151
You can also try TTS without install with the docker image.
@@ -159,7 +158,7 @@ python3 TTS/server/server.py --model_name tts_models/en/vctk/vits # To start a s
159
158
```
160
159
161
160
You can then enjoy the TTS server [here](http://[::1]:5002/)
162
-
More details about the docker images (like GPU support) can be found [here](https://tts.readthedocs.io/en/latest/docker.html)
161
+
More details about the docker images (like GPU support) can be found [here](https://tts.readthedocs.io/en/latest/docker_images.html)
0 commit comments