Skip to content

Commit

Permalink
Fix documentation (#2154)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeberJulian authored Nov 16, 2022
1 parent ff9b63d commit 84b9b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 84b9b08

Please sign in to comment.