ctranslate2-4you commited on
Commit
cf255f5
·
verified ·
1 Parent(s): d24b678

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: text-to-speech
13
  2. Removed the `phonemizer` dependency and instead call `espeak` directly.
14
  * Identical phonemization functionality using `espeak` directly.
15
  * The espeak files must be available in the system PATH or in the same directory as `kokoro.py`:
16
- * The necessary files for Windows users are included in this repository (`espeak-ng.exe`, `libespeak-ng.dll', and `espeak-ng-data`), but [other platforms can get them here](https://github.com/espeak-ng/espeak-ng).
17
  3. Added `expand_acronym()` function to `kokoro.py` to improve pronunciation (Example: "NASA" → "N. A. S. A.")
18
 
19
  # Reduction of Dependencies
 
13
  2. Removed the `phonemizer` dependency and instead call `espeak` directly.
14
  * Identical phonemization functionality using `espeak` directly.
15
  * The espeak files must be available in the system PATH or in the same directory as `kokoro.py`:
16
+ * The necessary files for Windows users are included in this repository (`espeak-ng.exe`, `libespeak-ng.dll`, and `espeak-ng-data`), but [other platforms can get similar files here](https://github.com/espeak-ng/espeak-ng).
17
  3. Added `expand_acronym()` function to `kokoro.py` to improve pronunciation (Example: "NASA" → "N. A. S. A.")
18
 
19
  # Reduction of Dependencies