ntt123 commited on
Commit
3735088
1 Parent(s): 11d75e8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -179,7 +179,7 @@
179
  setTimeout(function () { this_.render(); });
180
  };
181
  };
182
- const modelUrl = 'model.json';
183
  const init_fn = async function() {
184
  const model = await tf.loadGraphModel(modelUrl);
185
  await tf.setBackend('wasm');
 
179
  setTimeout(function () { this_.render(); });
180
  };
181
  };
182
+ const modelUrl = '/static/ntt123/Connect-4-Game/model.json';
183
  const init_fn = async function() {
184
  const model = await tf.loadGraphModel(modelUrl);
185
  await tf.setBackend('wasm');