From 3f2eb2e7aeab9a18f1a0199ae41077c6106de449 Mon Sep 17 00:00:00 2001 From: Andres Marafioti <andimarafioti@gmail.com> Date: Mon, 26 Aug 2024 10:11:33 +0200 Subject: [PATCH] improve readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 400e1cd..eb34941 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ To run the pipeline on the server: python s2s_pipeline.py --recv_host 0.0.0.0 --send_host 0.0.0.0 ``` -Then run the pipeline locally: +Then run the client locally to handle sending microphone input and receiving generated audio: ```bash -python s2s_pipeline.py --mode local +python listen_and_play.py --host <IP address of your server> ``` ### Running on Mac -- GitLab