minor : updates few prints + fix buttons in whisper.wasm

This commit is contained in:
Georgi Gerganov
2022-11-23 17:17:01 +02:00
parent 363a2dadec
commit 49706a658a
2 changed files with 7 additions and 2 deletions

View File

@@ -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