If you run into Transcription error: RuntimeError: Aborted(). Build with -sASSERTIONS for more info #17
thomasgauvin
started this conversation in
General
Replies: 1 comment
-
|
That's right. Also see Prerequisite and Installation for more details. Since this is more a hint than an issue I'll move this into discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you find yourself running into runtime errors for the Whisper transcription like this...
You can resolve it by adding the required headers
"Cross-Origin-Embedder-Policy": "require-corp"and"Cross-Origin-Opener-Policy": "same-origin"to all files, including theshout.wasmfiles that must be copied from node_modules and made available in your host.Beta Was this translation helpful? Give feedback.
All reactions