Spaces:
Running
Running
whisper.wasm : fix typo in readme (#832)
Browse files
examples/whisper.wasm/README.md
CHANGED
|
@@ -38,5 +38,5 @@ make -j
|
|
| 38 |
|
| 39 |
# copy the produced page to your HTTP path
|
| 40 |
cp bin/whisper.wasm/* /path/to/html/
|
| 41 |
-
cp bin/
|
| 42 |
```
|
|
|
|
| 38 |
|
| 39 |
# copy the produced page to your HTTP path
|
| 40 |
cp bin/whisper.wasm/* /path/to/html/
|
| 41 |
+
cp bin/libmain.worker.js /path/to/html/
|
| 42 |
```
|