Spaces:
Sleeping
Sleeping
examples : update README links to point to pages deployment (#2971)
Browse filesThis 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://
|
| 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://
|
| 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.
|
| 26 |
|
| 27 |

|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
## Live demo
|
| 24 |
|
| 25 |
+
Link: https://ggerganov.github.io/whisper.cpp/
|
| 26 |
|
| 27 |

|
| 28 |
|