ggerganov commited on
Commit
87227d4
·
unverified ·
1 Parent(s): 0f83fd2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,11 +30,11 @@ The entire implementation of the model is contained in 2 source files:
30
  - Transformer inference: [whisper.h](whisper.h) / [whisper.cpp](whisper.cpp)
31
 
32
  Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
33
- As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device: [whisper.objc](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.objc)
34
 
35
  https://user-images.githubusercontent.com/1991296/197385372-962a6dea-bca1-4d50-bf96-1d8c27b98c81.mp4
36
 
37
- Or you can even run it in the straigt in your browser: [talk.wasm](https://github.com/ggerganov/whisper.cpp/tree/master/examples/talk.wasm)
38
 
39
  https://user-images.githubusercontent.com/1991296/203411580-fedb4839-05e4-4474-8364-aaf1e9a9b615.mp4
40
 
 
30
  - Transformer inference: [whisper.h](whisper.h) / [whisper.cpp](whisper.cpp)
31
 
32
  Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
33
+ As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device: [whisper.objc](examples/whisper.objc)
34
 
35
  https://user-images.githubusercontent.com/1991296/197385372-962a6dea-bca1-4d50-bf96-1d8c27b98c81.mp4
36
 
37
+ Or you can even run it straight in the browser: [talk.wasm](examples/talk.wasm)
38
 
39
  https://user-images.githubusercontent.com/1991296/203411580-fedb4839-05e4-4474-8364-aaf1e9a9b615.mp4
40