eeleeleel commited on
Commit
4b2328d
·
verified ·
1 Parent(s): 7a32d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -142,7 +142,7 @@ Run the basic example script to synthesize speech:
142
  python -m examples.basic_example \
143
  --input_text "Me llamo José. Tengo 25 años y acabo de mudarme a Londres. El metro es bastante confuso, pero me lleva a todos lados en poco tiempo." \
144
  --ref_audio samples/mateo.wav \
145
- --ref_text samples/mateo.txt
146
  --backbone neuphonic/neutts-nano-spanish-q8-gguf
147
  ```
148
 
@@ -184,7 +184,7 @@ Speech can also be synthesised in _streaming mode_, where audio is generated in
184
  python -m examples.basic_streaming_example \
185
  --input_text "Me llamo José. Tengo 25 años y acabo de mudarme a Londres. El metro es bastante confuso, pero me lleva a todos lados en poco tiempo." \
186
  --ref_codes samples/mateo.pt \
187
- --ref_text samples/mateo.txt
188
  --backbone neuphonic/neutts-nano-spanish-q8-gguf
189
  ```
190
 
 
142
  python -m examples.basic_example \
143
  --input_text "Me llamo José. Tengo 25 años y acabo de mudarme a Londres. El metro es bastante confuso, pero me lleva a todos lados en poco tiempo." \
144
  --ref_audio samples/mateo.wav \
145
+ --ref_text samples/mateo.txt \
146
  --backbone neuphonic/neutts-nano-spanish-q8-gguf
147
  ```
148
 
 
184
  python -m examples.basic_streaming_example \
185
  --input_text "Me llamo José. Tengo 25 años y acabo de mudarme a Londres. El metro es bastante confuso, pero me lleva a todos lados en poco tiempo." \
186
  --ref_codes samples/mateo.pt \
187
+ --ref_text samples/mateo.txt \
188
  --backbone neuphonic/neutts-nano-spanish-q8-gguf
189
  ```
190