Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ The model was trained using the Coqui's TTS library, and the YourTTS[1] archite
|
|
25 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
26 |
Install the Coqui's TTS library:
|
27 |
```
|
28 |
-
pip install TTS
|
29 |
```
|
30 |
Download the files from this repo, then run:
|
31 |
|
|
|
25 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
26 |
Install the Coqui's TTS library:
|
27 |
```
|
28 |
+
pip install git+https://github.com/coqui-ai/TTS@0910cb76bcd85df56bf43654bb31427647cdfd0d#egg=TTS
|
29 |
```
|
30 |
Download the files from this repo, then run:
|
31 |
|