From e9a9f81b73a2a5ddb4f374bbe0ce2dbb4fddb88e Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sun, 2 Oct 2022 22:16:16 +0900 Subject: [PATCH] Use --allow-padding in clients --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cd646a5..86ad9d3 100644 --- a/README.md +++ b/README.md @@ -57,15 +57,13 @@ Run with ``--host`` and ``--port``. whispering --language en --model tiny --host 0.0.0.0 --port 8000 ``` -You can set ``--allow-padding`` and other options. - ### Client ```bash whispering --host ADDRESS_OF_HOST --port 8000 --mode client ``` -You can set ``-n`` and other options. +You can set ``-n``, ``--allow-padding`` and other options. ## Tips