mirror of
https://github.com/shirayu/whispering.git
synced 2025-02-22 13:26:19 +00:00
Add --language description
This commit is contained in:
parent
528bf69ecb
commit
e9e286de0f
1 changed files with 3 additions and 2 deletions
|
@ -15,10 +15,11 @@ git clone https://github.com/shirayu/whisper_streaming.git
|
|||
cd whisper_streaming
|
||||
poetry install --only main
|
||||
|
||||
# Run!
|
||||
poetry run whisper_streaming --language ja --model base -n 20
|
||||
# Run in English
|
||||
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``
|
||||
- ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory.
|
||||
- ``--debug`` outputs logs for debug
|
||||
|
||||
|
|
Loading…
Reference in a new issue