z-uo commited on
Commit
0bc0220
·
1 Parent(s): 1fe0bd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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).