jhlfrfufyfn commited on
Commit
f7473b7
·
1 Parent(s): ef0f87f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,10 +15,10 @@ Download the files from this repo.
15
  ## Running synthesizer
16
  Example for the synthesizing command:
17
  ```
18
- tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы, гэта паўпустыні і саваны." \
19
  --config_path ./config.json \
20
  --model_path ./model.pth \
21
- --out_path folder./output.wav \
22
  --vocoder_path ./vocoder.pth \
23
  --vocoder_config_path ./vocoder_config.json
24
  ```
 
15
  ## Running synthesizer
16
  Example for the synthesizing command:
17
  ```
18
+ tts --text "Гепарды жывуць у адкрытых і прасторных месцах, дзе ёсць шмат здабычы." \
19
  --config_path ./config.json \
20
  --model_path ./model.pth \
21
+ --out_path ./output.wav \
22
  --vocoder_path ./vocoder.pth \
23
  --vocoder_config_path ./vocoder_config.json
24
  ```