Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,5 @@ datasets:
|
|
15 |
pip install TTS
|
16 |
CUDA_VISIBLE_DEVICES=0 tts-server --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
|
17 |
firefox localhost:5002
|
18 |
-
```
|
|
|
|
15 |
pip install TTS
|
16 |
CUDA_VISIBLE_DEVICES=0 tts-server --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
|
17 |
firefox localhost:5002
|
18 |
+
```
|
19 |
+
More information about training script in [this repo](https://github.com/nicolalandro/train_coqui_tts_ita).
|