From 84b9b0879e3250e01c3f8a8e2adb3408acb07b30 Mon Sep 17 00:00:00 2001 From: Julian Weber Date: Wed, 16 Nov 2022 16:13:07 +0100 Subject: [PATCH] Fix documentation (#2154) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ed842e1..f5d04633 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,6 @@ $ make install 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). -more details about docker like GPU support, etc. can be found [here](https:// ## Docker Image 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 ``` You can then enjoy the TTS server [here](http://[::1]:5002/) -More details about the docker images (like GPU support) can be found [here](https://tts.readthedocs.io/en/latest/docker.html) +More details about the docker images (like GPU support) can be found [here](https://tts.readthedocs.io/en/latest/docker_images.html) ## Use TTS