mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
minor : updates few prints + fix buttons in whisper.wasm
This commit is contained in:
@@ -297,6 +297,11 @@
|
||||
storeFS(fname, buf);
|
||||
}
|
||||
reader.readAsArrayBuffer(file);
|
||||
|
||||
document.getElementById('fetch-whisper-tiny-en').style.display = 'none';
|
||||
document.getElementById('fetch-whisper-base-en').style.display = 'none';
|
||||
document.getElementById('fetch-whisper-tiny').style.display = 'none';
|
||||
document.getElementById('fetch-whisper-base').style.display = 'none';
|
||||
}
|
||||
|
||||
// fetch a remote file from remote URL using the Fetch API
|
||||
|
||||
Reference in New Issue
Block a user