danbev commited on
Commit
ba856a2
·
unverified ·
1 Parent(s): 7b99476

examples : update README links to point to pages deployment (#2971)

Browse files

This commit updates the README links to point to the pages deployment
instead of whisper.ggerganov.com.

examples/bench.wasm/README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  Benchmark the performance of whisper.cpp in the browser using WebAssembly
4
 
5
- Link: https://whisper.ggerganov.com/bench/
6
 
7
  Terminal version: [examples/bench](/examples/bench)
8
 
 
2
 
3
  Benchmark the performance of whisper.cpp in the browser using WebAssembly
4
 
5
+ Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
6
 
7
  Terminal version: [examples/bench](/examples/bench)
8
 
examples/command.wasm/README.md CHANGED
@@ -3,7 +3,7 @@
3
  This is a basic Voice Assistant example that accepts voice commands from the microphone.
4
  It runs in fully in the browser via WebAseembly.
5
 
6
- Online demo: https://whisper.ggerganov.com/command/
7
 
8
  Terminal version: [examples/command](/examples/command)
9
 
 
3
  This is a basic Voice Assistant example that accepts voice commands from the microphone.
4
  It runs in fully in the browser via WebAseembly.
5
 
6
+ Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
7
 
8
  Terminal version: [examples/command](/examples/command)
9
 
examples/whisper.wasm/README.md CHANGED
@@ -22,7 +22,7 @@ audio is limited to 120 seconds.
22
 
23
  ## Live demo
24
 
25
- Link: https://whisper.ggerganov.com
26
 
27
  ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)
28
 
 
22
 
23
  ## Live demo
24
 
25
+ Link: https://ggerganov.github.io/whisper.cpp/
26
 
27
  ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)
28