mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-22 08:51:01 +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
|
whispering --language en --model tiny --host 0.0.0.0 --port 8000
|
||||||
```
|
```
|
||||||
|
|
||||||
You can set ``--allow-padding`` and other options.
|
|
||||||
|
|
||||||
### Client
|
### Client
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
whispering --host ADDRESS_OF_HOST --port 8000 --mode client
|
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
|
## Tips
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue