ntt123 commited on
Commit
23a091d
1 Parent(s): 3e05545

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -0
index.html CHANGED
@@ -3,6 +3,9 @@
3
 
4
  <head>
5
  <title>Connect-4 game</title>
 
 
 
6
  </head>
7
 
8
  <body>
 
3
 
4
  <head>
5
  <title>Connect-4 game</title>
6
+ <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs/dist/tf.min.js"/>
7
+ <script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs-backend-wasm/dist/tf-backend-wasm.js"/>
8
+
9
  </head>
10
 
11
  <body>