Zigger commited on
Commit
48af9eb
·
unverified ·
1 Parent(s): 2c3a469

misc : typo (#688)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -313,7 +313,7 @@ whisper_print_timings: total time = 32733.52 ms
313
  ## Real-time audio input example
314
 
315
  This is a naive example of performing real-time inference on audio from your microphone.
316
- The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continously.
317
  More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
318
 
319
  ```java
 
313
  ## Real-time audio input example
314
 
315
  This is a naive example of performing real-time inference on audio from your microphone.
316
+ The [stream](examples/stream) tool samples the audio every half a second and runs the transcription continuously.
317
  More info is available in [issue #10](https://github.com/ggerganov/whisper.cpp/issues/10).
318
 
319
  ```java