Skip to content
Snippets Groups Projects
Commit bc924540 authored by Eustache Le Bihan's avatar Eustache Le Bihan
Browse files

update README

parent 4efd4920
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ The pipeline can be run in two ways: ...@@ -55,7 +55,7 @@ The pipeline can be run in two ways:
To run the pipeline on the server: To run the pipeline on the server:
```bash ```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: Then run the client locally to handle sending microphone input and receiving generated audio:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment