jasgar commited on
Commit
7635c96
·
verified ·
1 Parent(s): c910d70

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -51,7 +51,7 @@ async function start() {
51
  mix.push ( new Float32Array([ ... new Float32Array( trim ), ... channel_data, ... new Float32Array( pad )]))
52
  }
53
 
54
- //await tf.setBackend( "cpu" )
55
 
56
  //const session = await ort.InferenceSession.create( "UVR_MDXNET_Main.onnx" )
57
 
 
51
  mix.push ( new Float32Array([ ... new Float32Array( trim ), ... channel_data, ... new Float32Array( pad )]))
52
  }
53
 
54
+ await tf.setBackend( "cpu" )
55
 
56
  //const session = await ort.InferenceSession.create( "UVR_MDXNET_Main.onnx" )
57