mirror of https://github.com/coqui-ai/TTS.git
feature/ test args textfile
This commit is contained in:
parent
5476023278
commit
9498b0a51e
|
@ -10,6 +10,7 @@ def test_synthesize():
|
|||
|
||||
# single speaker model
|
||||
run_cli(f'tts --text "This is an example." --out_path "{output_path}"')
|
||||
run_cli(f'tts --textfile "text/file/path" --out_path "{output_path}"')
|
||||
run_cli(
|
||||
"tts --model_name tts_models/en/ljspeech/glow-tts " f'--text "This is an example." --out_path "{output_path}"'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue