Justin commited on
Commit
9e2c288
1 Parent(s): 5088543

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -11,7 +11,10 @@ tags:
11
  - coqui
12
  - coqui-tts
13
  ---
14
-
 
 
 
15
  <p>VCTK_p226: 22 year old male, English accent (Surrey)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Males/resolve/main/samples/p226.wav" type="audio/wav"></audio> </p>
16
  <p>VCTK_p227: 38 year old male, English accent (Cumbria)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Males/resolve/main/samples/p227.wav" type="audio/wav"></audio> </p>
17
  <p>VCTK_p232: 23 year old male, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Males/resolve/main/samples/p232.wav" type="audio/wav"></audio> </p>
 
11
  - coqui
12
  - coqui-tts
13
  ---
14
+ Example Use (from within model directory):
15
+ ```
16
+ tts --text "this is Text for Tee tee ess" --out_path speech.wav --model_path checkpoint_85000.pth --config_path config.json --speakers_file_path vctk_speakers.json --speaker_idx VCTK_p226 --language_idx en
17
+ ```
18
  <p>VCTK_p226: 22 year old male, English accent (Surrey)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Males/resolve/main/samples/p226.wav" type="audio/wav"></audio> </p>
19
  <p>VCTK_p227: 38 year old male, English accent (Cumbria)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Males/resolve/main/samples/p227.wav" type="audio/wav"></audio> </p>
20
  <p>VCTK_p232: 23 year old male, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Males/resolve/main/samples/p232.wav" type="audio/wav"></audio> </p>