We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8fef1 commit 25c6a2cCopy full SHA for 25c6a2c
wasm/combined/README.md
@@ -103,6 +103,17 @@ cd /path/to/sherpa-onnx/wasm/combined
103
104
This script will download necessary model files to the `assets/` directory.
105
106
+## Testing the Demos
107
+
108
+After building the module and setting up the models, you can test the demos using Python's built-in HTTP server:
109
110
+```bash
111
+cd /path/to/sherpa-onnx/wasm/combined
112
+python3 -m http.server 8080
113
+```
114
115
+Then navigate to http://localhost:8080/demos/ in your web browser to access the demos.
116
117
## Troubleshooting
118
119
- **Module load errors**: Ensure the WASM module is loaded before any other scripts
0 commit comments