Spaces:
Running
Running
examples : update links in wasm examples (#3318)
Browse files* 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
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://ggml.ai/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://ggml.ai/whisper.cpp/command.wasm/
|
| 7 |
|
| 8 |
Terminal version: [examples/command](/examples/command)
|
| 9 |
|
examples/stream.wasm/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
Real-time transcription in the browser using WebAssembly
|
| 4 |
|
| 5 |
-
Online demo: https://whisper.
|
| 6 |
|
| 7 |
## Build instructions
|
| 8 |
|
|
|
|
| 2 |
|
| 3 |
Real-time transcription in the browser using WebAssembly
|
| 4 |
|
| 5 |
+
Online demo: https://ggml.ai/whisper.cpp/stream.wasm/
|
| 6 |
|
| 7 |
## Build instructions
|
| 8 |
|
examples/whisper.wasm/README.md
CHANGED
|
@@ -22,7 +22,7 @@ audio is limited to 120 seconds.
|
|
| 22 |
|
| 23 |
## Live demo
|
| 24 |
|
| 25 |
-
Link: https://
|
| 26 |
|
| 27 |

|
| 28 |
|
|
|
|
| 22 |
|
| 23 |
## Live demo
|
| 24 |
|
| 25 |
+
Link: https://ggml.ai/whisper.cpp/
|
| 26 |
|
| 27 |

|
| 28 |
|