Update index.html
Browse files- 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 |
-
|
| 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 |
|