z-uo commited on
Commit
3cda533
1 Parent(s): 568c803

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -14,6 +14,9 @@ datasets:
14
  ```
15
  pip install TTS
16
  git clone https://huggingface.co/z-uo/glowtts-male-it
 
 
 
17
  tts-server --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
18
  firefox localhost:5002
19
  ```
 
14
  ```
15
  pip install TTS
16
  git clone https://huggingface.co/z-uo/glowtts-male-it
17
+ # predict one
18
+ server --text "ciao pluto" --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
19
+ # predict server
20
  tts-server --model_path "glowtts-male-it/GOOD_best_model_3840.pth.tar" --config_path "glowtts-male-it/config.json"
21
  firefox localhost:5002
22
  ```