diff --git a/README.md b/README.md index ee44f5667a5aad9939ef264dd327d1c0fcc16a79..f9b0f5325289a21b420fdf4df4fa1623c9e1e248 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The pipeline can be run in two ways: To run the pipeline on the server: ```bash -python s2s_pipeline.py --recv_host "0.0.0.0" --send_host "0.0.0.0" +python s2s_pipeline.py --recv_host 0.0.0.0 --send_host 0.0.0.0 ``` Then run the client locally to handle sending microphone input and receiving generated audio: