mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
whisper.wasm : do not block page while processing (close #86)
This commit is contained in:
@@ -526,7 +526,6 @@
|
||||
if (instance) {
|
||||
printTextarea('');
|
||||
printTextarea('js: processing - this might take a while ...');
|
||||
printTextarea('js: the page will be unresponsive until the processing is completed');
|
||||
printTextarea('');
|
||||
|
||||
setTimeout(function() {
|
||||
|
||||
Reference in New Issue
Block a user