mirror of https://github.com/coqui-ai/TTS.git
Bug fix on rebase
This commit is contained in:
parent
662ee2ba63
commit
00b24eeb6e
|
@ -22,8 +22,4 @@ def test_synthesize():
|
|||
)
|
||||
|
||||
# test pipe_out command
|
||||
<<<<<<< HEAD
|
||||
run_cli(f'tts --text "test." --pipe_out --out_path "{output_path}" | aplay')
|
||||
=======
|
||||
run_cli('tts --text "test." --pipe_out ' f'--out_path "{output_path}" | aplay')
|
||||
>>>>>>> Make style
|
||||
|
|
Loading…
Reference in New Issue