Skip to content

Commit

Permalink
fix: add new files
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed May 22, 2024
1 parent b61aab7 commit 77c7bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/hms-virtual-background/src/HMSEffectsPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class HMSEffectsPlugin implements HMSMediaStreamPlugin {
lowlighter: '',
},
wasmPaths: {
'ort-wasm.wasm': `${EFFECTS_SDK_ASSETS}ort-wasm.wasm`,
'ort-wasm-simd.wasm': `${EFFECTS_SDK_ASSETS}ort-wasm-simd.wasm`,
'ort-wasm.wasm': `${EFFECTS_SDK_ASSETS}ort-wasm-b.wasm`,
'ort-wasm-simd.wasm': `${EFFECTS_SDK_ASSETS}ort-wasm-simd-b.wasm`,
},
provider: 'webgpu',
});
Expand Down

0 comments on commit 77c7bf8

Please sign in to comment.