Commit
·
f7473b7
1
Parent(s):
ef0f87f
Update README.md
Browse files
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
|
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 |
```
|