Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Commit 664ee7e

Browse files
duskvirkusshiffman
andcommitted
Update learning/ml5/9.1-object-detection/2_webcam/index.html
Co-authored-by: Daniel Shiffman <daniel@shiffman.net>
1 parent a63a7fb commit 664ee7e

File tree

1 file changed

+1
-2
lines changed
  • learning/ml5/9.1-object-detection/2_webcam

1 file changed

+1
-2
lines changed

learning/ml5/9.1-object-detection/2_webcam/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<head>
55
<script src="https://cdn.jsdelivr.net/npm/p5@1.1.9/lib/p5.min.js"></script>
6-
<script src="https://cdn.jsdelivr.net/npm/p5@1.1.9/lib/addons/p5.sound.min.js"></script>
76
<script src="https://unpkg.com/ml5@0.5.0/dist/ml5.min.js"></script>
87
<meta charset="utf-8" />
98

@@ -13,4 +12,4 @@
1312
<script src="sketch.js"></script>
1413
</body>
1514

16-
</html>
15+
</html>

0 commit comments

Comments
 (0)