Skip to content

Commit 169f01e

Browse files
authored
Update index.html
1 parent b968c55 commit 169f01e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
<!--= CDN Tags here -->
2222
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
23+
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs"></script>
24+
<script src="https://cdn.jsdelivr.net/npm/@tensorflow-models/coco-ssd"></script>
25+
26+
2327
</head>
2428

2529
<body>
@@ -73,5 +77,6 @@
7377
</div>
7478
</div>
7579
<!-- Script tag here -->
80+
<script src="index.js"></script>
7681
</body>
7782
</html>

0 commit comments

Comments
 (0)