mirror of
https://github.com/shirayu/whispering.git
synced 2025-04-26 18:44:42 +00:00
Fix README
This commit is contained in:
parent
b0c27c7ca9
commit
1989e023a5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ whispering --language en --model tiny
|
||||||
- ``--model`` set the [model name](https://github.com/openai/whisper#available-models-and-languages) to use. Larger models will be more accurate, but may not be able to transcribe in real time.
|
- ``--model`` set the [model name](https://github.com/openai/whisper#available-models-and-languages) to use. Larger models will be more accurate, but may not be able to transcribe in real time.
|
||||||
- ``--language`` sets the language to transcribe. The list of languages are shown with ``whispering -h``
|
- ``--language`` sets the language to transcribe. The list of languages are shown with ``whispering -h``
|
||||||
- ``--no-progress`` disables the progress message
|
- ``--no-progress`` disables the progress message
|
||||||
- ``-t`` sets temperatures to decode. You can set several like (``-t 0.0 -t 0.1 -t 0.5``), but too many temperatures exhaust decoding time
|
- ``-t`` sets temperatures to decode. You can set several like ``-t 0.0 -t 0.1 -t 0.5``, but too many temperatures exhaust decoding time
|
||||||
- ``--debug`` outputs logs for debug
|
- ``--debug`` outputs logs for debug
|
||||||
|
|
||||||
### Parse interval
|
### Parse interval
|
||||||
|
|
Loading…
Reference in a new issue