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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -13,10 +13,6 @@ tags:
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
@@ -39,4 +35,7 @@ tts --text "this is Text for Tee tee ess" --out_path speech.wav --model_path che
39
  <p>VCTK_p269: 20 year old female, English accent (Newcastle)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p269.wav" type="audio/wav"></audio> </p>
40
  <p>VCTK_p276: 24 year old female, English accent (Oxford)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p276.wav" type="audio/wav"></audio> </p>
41
  <p>VCTK_p277: 23 year old female, English accent (Northeast England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p277.wav" type="audio/wav"></audio> </p>
42
- <p>VCTK_p282: 23 year old female, English accent (Newcastle)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p282.wav" type="audio/wav"></audio> </p>
 
 
 
 
13
  datasets:
14
  - vctk
15
  ---
 
 
 
 
16
  Example Use (from within model directory):
17
  ```
18
  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
 
35
  <p>VCTK_p269: 20 year old female, English accent (Newcastle)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p269.wav" type="audio/wav"></audio> </p>
36
  <p>VCTK_p276: 24 year old female, English accent (Oxford)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p276.wav" type="audio/wav"></audio> </p>
37
  <p>VCTK_p277: 23 year old female, English accent (Northeast England)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p277.wav" type="audio/wav"></audio> </p>
38
+ <p>VCTK_p282: 23 year old female, English accent (Newcastle)<audio controls><source src="https://huggingface.co/voices/VCTK_European_English_Females/resolve/main/samples/p282.wav" type="audio/wav"></audio> </p>
39
+
40
+ Built with [YourTTS](https://github.com/Edresson/YourTTS)
41
+ Dataset: https://datashare.ed.ac.uk/handle/10283/2950