@omote/core 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42178,7 +42178,7 @@ var WhisperInference = class _WhisperInference {
|
|
|
42178
42178
|
* Check if WebGPU is available in this browser
|
|
42179
42179
|
*/
|
|
42180
42180
|
static async isWebGPUAvailable() {
|
|
42181
|
-
return
|
|
42181
|
+
return isWebGPUAvailable();
|
|
42182
42182
|
}
|
|
42183
42183
|
/**
|
|
42184
42184
|
* Load the Whisper model pipeline
|