Justin commited on
Commit
87f2149
1 Parent(s): cb7749f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,13 +10,17 @@ tags:
10
  - text-to-speech
11
  - coqui
12
  - coqui-tts
 
 
13
  ---
14
  Built with [YourTTS](https://github.com/Edresson/YourTTS)
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>
 
10
  - text-to-speech
11
  - coqui
12
  - coqui-tts
13
+ datasets:
14
+ - vctk
15
  ---
16
  Built with [YourTTS](https://github.com/Edresson/YourTTS)
17
 
18
  Dataset: https://datashare.ed.ac.uk/handle/10283/2950
19
 
20
  Example Use (from within model directory):
21
+ ```
22
+ 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
23
+ ```
24
 
25
  <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>
26
  <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>