mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +00:00
Fix a typo
This commit is contained in:
parent
e9e286de0f
commit
7b21d53cbf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ poetry install --only main
|
||||||
poetry run whisper_streaming --language en --model base -n 20
|
poetry run whisper_streaming --language en --model base -n 20
|
||||||
```
|
```
|
||||||
|
|
||||||
- ``--language`` set the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h``
|
- ``--language`` sets the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h``
|
||||||
- ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory.
|
- ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory.
|
||||||
- ``--debug`` outputs logs for debug
|
- ``--debug`` outputs logs for debug
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue