We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da0b4b commit 4afabacCopy full SHA for 4afabac
examples/Handpose/index.html
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Document</title>
8
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.js"></script>
9
- <script src="http://localhost:8080/ml5.js"></script>
+ <script src="../../dist/ml5.js"></script>
10
</head>
11
<body>
12
<script src="script.js"></script>
0 commit comments