1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-07-08 16:06:57 +02:00

whisper.wasm : fix typo in readme ()

This commit is contained in:
Baffin Lee
2023-05-01 14:28:05 +08:00
committed by GitHub
parent 9c61f5f585
commit 872a85ae94

@ -38,5 +38,5 @@ make -j
# copy the produced page to your HTTP path # copy the produced page to your HTTP path
cp bin/whisper.wasm/* /path/to/html/ cp bin/whisper.wasm/* /path/to/html/
cp bin/libwhisper.worker.js /path/to/html/ cp bin/libmain.worker.js /path/to/html/
``` ```