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