mirror of
https://github.com/shirayu/whispering.git
synced 2025-02-16 10:35:16 +00:00
Fix README
This commit is contained in:
parent
2fc05d6ac7
commit
2ae5967f68
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ poetry run whisper_streaming --language en --model tiny
|
|||
### Parse interval
|
||||
|
||||
If you want quick response, set small ``-n`` and add ``--allow-padding``.
|
||||
However, this may be at the sacrifice of accuracy.
|
||||
However, this may sacrifice the accuracy.
|
||||
|
||||
```bash
|
||||
poetry run whisper_streaming --language en --model tiny -n 20 --allow-padding
|
||||
|
|
Loading…
Reference in a new issue