@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.mjs
CHANGED
|
@@ -2756,7 +2756,7 @@ var WhisperInference = class _WhisperInference {
|
|
|
2756
2756
|
* Check if WebGPU is available in this browser
|
|
2757
2757
|
*/
|
|
2758
2758
|
static async isWebGPUAvailable() {
|
|
2759
|
-
return
|
|
2759
|
+
return isWebGPUAvailable();
|
|
2760
2760
|
}
|
|
2761
2761
|
/**
|
|
2762
2762
|
* Load the Whisper model pipeline
|