Justin commited on
Commit
cb7749f
1 Parent(s): 3caa4c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -15,6 +15,9 @@ Built with [YourTTS](https://github.com/Edresson/YourTTS)
15
 
16
  Dataset: https://datashare.ed.ac.uk/handle/10283/2950
17
 
 
 
 
18
  <p>VCTK_p225: 23 year old female, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p225.wav" type="audio/wav"></audio> </p>
19
  <p>VCTK_p228: 22 year old female, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p228.wav" type="audio/wav"></audio> </p>
20
  <p>VCTK_p229: 23 year old female, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p229.wav" type="audio/wav"></audio> </p>
 
15
 
16
  Dataset: https://datashare.ed.ac.uk/handle/10283/2950
17
 
18
+ Example Use (from within model directory):
19
+ ```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_p277 --language_idx en```
20
+
21
  <p>VCTK_p225: 23 year old female, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p225.wav" type="audio/wav"></audio> </p>
22
  <p>VCTK_p228: 22 year old female, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p228.wav" type="audio/wav"></audio> </p>
23
  <p>VCTK_p229: 23 year old female, English accent (Southern England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p229.wav" type="audio/wav"></audio> </p>