feature/ test args textfile

This commit is contained in:
shahbazraza 2023-11-11 10:46:43 +05:00
parent 5476023278
commit 9498b0a51e
1 changed files with 1 additions and 0 deletions

View File

@ -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}"'
)