mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-16 08:08:33 +02:00
talk.wasm : move to https://whisper.ggerganov.com/talk
This way, we can share the same models across different WASM examples and not have to download them for each page
This commit is contained in:
@ -26,10 +26,9 @@ Link: https://whisper.ggerganov.com
|
||||
|
||||

|
||||
|
||||
|
||||
## Build instructions
|
||||
|
||||
```bash
|
||||
```bash (v3.1.2)
|
||||
# build using Emscripten
|
||||
git clone https://github.com/ggerganov/whisper.cpp
|
||||
cd whisper.cpp
|
||||
@ -41,3 +40,4 @@ make -j
|
||||
cp bin/whisper.wasm/index.html /path/to/html/
|
||||
cp bin/whisper.wasm/whisper.js /path/to/html/
|
||||
cp bin/libwhisper.worker.js /path/to/html/
|
||||
```
|
||||
|
Reference in New Issue
Block a user