mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00

* Wasm proof of concept. * Run whisper inference in the browser. * Some fixes. * Move the wasm example. * Change the tokenizer config.
10 lines
217 B
HTML
10 lines
217 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Hello Candle - Rust</title>
|
|
<script type="module" src="./index.js"></script>
|
|
</head>
|
|
<body style="white-space: pre-line"></body>
|
|
</html>
|