Spaces:
Running
Running
Update index.html
Browse files- index.html +16 -18
index.html
CHANGED
|
@@ -1,19 +1,17 @@
|
|
| 1 |
-
<!doctype html>
|
| 2 |
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
</html>
|
|
|
|
|
|
|
| 1 |
<html>
|
| 2 |
+
|
| 3 |
+
<head>
|
| 4 |
+
<title>PoseNet Demo</title>
|
| 5 |
+
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
|
| 6 |
+
<script src="https://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"></script>
|
| 7 |
+
<script src='sketch.js'></script>
|
| 8 |
+
</head>
|
| 9 |
+
|
| 10 |
+
<body>
|
| 11 |
+
<h1>PoseNet Demo</h1>
|
| 12 |
+
</body>
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
</html>
|
|
|