ntt123 commited on
Commit
89ca6ce
1 Parent(s): 27ae8ec

Update model_weights.js

Browse files
Files changed (1) hide show
  1. model_weights.js +1 -0
model_weights.js CHANGED
@@ -41,6 +41,7 @@ oReq.onload = function (oEvent) {
41
  }
42
  };
43
 
 
44
  tf.ready().then( function() {
45
  tf.enableProdMode();
46
  oReq.send(null);
 
41
  }
42
  };
43
 
44
+ tf.setBackend('wasm');
45
  tf.ready().then( function() {
46
  tf.enableProdMode();
47
  oReq.send(null);