ratchet-demo / build /index.html
HugoDzz's picture
Upload 33 files
b03315c verified
<!doctype html>
<html lang="en">
<head>
<title>Ratchet Whisper</title>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="./_app/immutable/assets/0.eDKCTIdB.css" rel="stylesheet">
<link href="./_app/immutable/assets/Toaster.CLpmFrbv.css" rel="stylesheet">
<link href="./_app/immutable/assets/2.COZGMsqx.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.Co59fGDL.js">
<link rel="modulepreload" href="./_app/immutable/chunks/entry.BLvmRuHT.js">
<link rel="modulepreload" href="./_app/immutable/chunks/scheduler.Mvw4hFPK.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.CBgAYAW_.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.BowYvfIf.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.D6kgxu3v.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.DV1RyXTA.js">
<link rel="modulepreload" href="./_app/immutable/nodes/0.DXMKeepe.js">
<link rel="modulepreload" href="./_app/immutable/chunks/Toaster.svelte_svelte_type_style_lang.ChpJTQ_z.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.CrDD005D.js"><!-- HEAD_svelte-se0gss_START --><link rel="preload" as="image" href="images/pause.svg"><link rel="preload" as="image" href="images/play.svg"><!-- HEAD_svelte-se0gss_END -->
</head>
<body data-sveltekit-preload-data="hover" class="font-sourceSans">
<div style="display: contents"> <div class="toaster svelte-1phplh9" role="alert"> </div> <div class="flex flex-col justify-start items-center svelte-1s6yk6s"> <div class="titleBar flex absolute top-0 svelte-1s6yk6s"></div> <div class="mt-12 space-x-2 flex flex-row justify-center items-end svelte-1s6yk6s" data-svelte-h="svelte-1yvjc4q"><img src="images/ratchet.png" alt="Ratchet logo" class="h-12 svelte-1s6yk6s"> <img src="images/whisper.svg" alt="Whisper logo" class="h-8 svelte-1s6yk6s"></div> <div class="w-[500px] h-full flex flex-col items-center justify-start svelte-1s6yk6s"> <div class="relative h-1 w-64 bg-black/10 mt-64 rounded-full overflow-hidden"><div class="absolute left-0 h-1 bg-black" style="width: 25%;"></div></div></div> <div class="absolute bottom-6 flex flex-col items-center space-y-1 justify-center text-sm text-gray-500 svelte-1s6yk6s" data-svelte-h="svelte-1pleui8"><p class="svelte-1s6yk6s"><a href="https://github.com/huggingface/ratchet" target="_blank" class="underline svelte-1s6yk6s">Ratchet</a> is a toolkit to run
models on-device made by
<a href="https://fleetwood.dev/" target="_blank" class="underline svelte-1s6yk6s">Christopher Fleetwood.</a></p> <p class="svelte-1s6yk6s">Built by <a href="https://www.hugoduprez.com/" target="_blank" class="underline svelte-1s6yk6s">Hugo Duprez</a></p></div> </div>
<script>
{
__sveltekit_qthpx2 = {
base: new URL(".", location).pathname.slice(0, -1)
};
const element = document.currentScript.parentElement;
const data = [null,null];
Promise.all([
import("./_app/immutable/entry/start.Co59fGDL.js"),
import("./_app/immutable/entry/app.BowYvfIf.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
data,
form: null,
error: null
});
});
}
</script>
</div>
</body>
</html>