z-uo commited on
Commit
bd54445
1 Parent(s): dbd1274

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-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
17
  firefox localhost:5002
18
- ```
 
 
15
  pip install TTS
16
  CUDA_VISIBLE_DEVICES=0 tts-server --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-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).