mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-13 04:02:00 +00:00
Use --allow-padding in clients
This commit is contained in:
parent
62db47f68e
commit
e9a9f81b73
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue