From bc924540bdf71b2eb33e91e33d1f763a7588bc98 Mon Sep 17 00:00:00 2001
From: Eustache Le Bihan <eulebihan@gmail.com>
Date: Tue, 13 Aug 2024 11:57:58 +0000
Subject: [PATCH] update README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee44f56..f9b0f53 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:
-- 
GitLab