Skip to content

Commit f7e3eba

Browse files
Update index.html
1 parent 8cb9b3a commit f7e3eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mtokenizer/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h1 style="color: orange">Tokenize!</h1>
165165
import { AutoTokenizer, env } from 'https://cdn.jsdelivr.net/npm/@huggingface/[email protected]';
166166

167167
env.allowLocalModels = true;
168-
env.localModelPath = "/tokenizers/";
168+
env.localModelPath = "/mtokenizer/tokenizers/";
169169

170170
const input = document.getElementById('highlightInput');
171171
const tokensDisplay = document.getElementById('tokensDisplay');
@@ -306,4 +306,4 @@ <h1 style="color: orange">Tokenize!</h1>
306306
});
307307
</script>
308308
</body>
309-
</html>
309+
</html>

0 commit comments

Comments
 (0)