Skip to content

Commit a05f9fc

Browse files
authored
chore: fix docs typo (#104)
1 parent 413d563 commit a05f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/whisper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Whisper example
22

3-
[Whisper](https://github.com/openai/whisper) is a speech-to-text model from OpenAI. It ordinarily requires 30s of input data for transcription, making it challenging to use in real-time applications. We work around this by limitation by padding shorter bursts of speech with silent audio packets.
3+
[Whisper](https://github.com/openai/whisper) is a speech-to-text model from OpenAI. It ordinarily requires 30s of input data for transcription, making it challenging to use in real-time applications. We work around this limitation by padding shorter bursts of speech with silent audio packets.
44

55
## How to run the demo
66

0 commit comments

Comments
 (0)