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:
Daniel Bevenius 2025-03-31 12:32:27 +02:00 committed by GitHub
parent e17af6524f
commit 2d8e40e2a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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/
![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png) ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)