pdufour commited on
Commit
a639fba
1 Parent(s): efc1906

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -0
index.html CHANGED
@@ -7,6 +7,16 @@
7
 
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
  <title>Transformers.js - Object Detection</title>
 
 
 
 
 
 
 
 
 
 
10
  </head>
11
 
12
  <body>
 
7
 
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
  <title>Transformers.js - Object Detection</title>
10
+ <script type="importmap">
11
+ {
12
+ "imports": {
13
+ "sharp": "noop.js",
14
+ "fs": "noop.js",
15
+ "path": "noop.js",
16
+ "url": "noop.js",
17
+ }
18
+ }
19
+ </script>
20
  </head>
21
 
22
  <body>