Sarah Ciston
commited on
Commit
·
ac3be74
1
Parent(s):
80c8dbf
add p5js library
Browse files- index.html +2 -1
index.html
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
<head>
|
5 |
<meta charset="UTF-8" />
|
6 |
<link rel="stylesheet" href="style.css" />
|
7 |
-
|
|
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
9 |
<title>Transformers.js - Object Detection</title>
|
10 |
</head>
|
|
|
4 |
<head>
|
5 |
<meta charset="UTF-8" />
|
6 |
<link rel="stylesheet" href="style.css" />
|
7 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/p5.js"></script>
|
8 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.4/addons/p5.sound.min.js"></script>
|
9 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
10 |
<title>Transformers.js - Object Detection</title>
|
11 |
</head>
|