mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-10 05:00:14 +02:00
examples : update links in wasm examples (#3318)
* fix 404 link * update link in whisper.wasm example * update example in command.wasm * update link in bench.wasm example * update link in stream.wasm example
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
Benchmark the performance of whisper.cpp in the browser using WebAssembly
|
||||
|
||||
Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
|
||||
Link: https://ggml.ai/whisper.cpp/bench.wasm/
|
||||
|
||||
Terminal version: [examples/bench](/examples/bench)
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
This is a basic Voice Assistant example that accepts voice commands from the microphone.
|
||||
It runs in fully in the browser via WebAseembly.
|
||||
|
||||
Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
|
||||
Online demo: https://ggml.ai/whisper.cpp/command.wasm/
|
||||
|
||||
Terminal version: [examples/command](/examples/command)
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Real-time transcription in the browser using WebAssembly
|
||||
|
||||
Online demo: https://whisper.ggerganov.com/stream/
|
||||
Online demo: https://ggml.ai/whisper.cpp/stream.wasm/
|
||||
|
||||
## Build instructions
|
||||
|
||||
|
@ -22,7 +22,7 @@ audio is limited to 120 seconds.
|
||||
|
||||
## Live demo
|
||||
|
||||
Link: https://ggerganov.github.io/whisper.cpp/
|
||||
Link: https://ggml.ai/whisper.cpp/
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user