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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -13,7 +13,11 @@ datasets:
13
  # Coqui Model for TTS
14
  ```
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).
 
13
  # Coqui Model for TTS
14
  ```
15
  pip install TTS
16
+ git clone https://huggingface.co/z-uo/glowtts-female-it
17
+ # predict one
18
+ tts --text "ciao pluto" --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
19
+ # predict server
20
+ tts-server --model_path "glowtts-female-it/best_model.pth.tar" --config_path "glowtts-female-it/config.json"
21
  firefox localhost:5002
22
  ```
23
  More information about training script in [this repo](https://github.com/nicolalandro/train_coqui_tts_ita).