mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-22 02:09:11 +02:00
examples : update README links to point to pages deployment (#2971)
This commit updates the README links to point to the pages deployment instead of whisper.ggerganov.com.
This commit is contained in:
parent
e17af6524f
commit
2d8e40e2a0
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Benchmark the performance of whisper.cpp in the browser using WebAssembly
|
Benchmark the performance of whisper.cpp in the browser using WebAssembly
|
||||||
|
|
||||||
Link: https://whisper.ggerganov.com/bench/
|
Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
|
||||||
|
|
||||||
Terminal version: [examples/bench](/examples/bench)
|
Terminal version: [examples/bench](/examples/bench)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
This is a basic Voice Assistant example that accepts voice commands from the microphone.
|
This is a basic Voice Assistant example that accepts voice commands from the microphone.
|
||||||
It runs in fully in the browser via WebAseembly.
|
It runs in fully in the browser via WebAseembly.
|
||||||
|
|
||||||
Online demo: https://whisper.ggerganov.com/command/
|
Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
|
||||||
|
|
||||||
Terminal version: [examples/command](/examples/command)
|
Terminal version: [examples/command](/examples/command)
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ audio is limited to 120 seconds.
|
|||||||
|
|
||||||
## Live demo
|
## Live demo
|
||||||
|
|
||||||
Link: https://whisper.ggerganov.com
|
Link: https://ggerganov.github.io/whisper.cpp/
|
||||||
|
|
||||||

|

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