File size: 1,097 Bytes
90ea418 62c0c16 e649679 62c0c16 899b143 62c0c16 90ea418 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>SmolVLM Realtime WebGPU (Vue)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<script>
;(function () {
const prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
const setting = localStorage.getItem('vueuse-color-scheme') || 'auto'
if (setting === 'dark' || (prefersDark && setting !== 'light'))
document.documentElement.classList.toggle('dark', true)
})()
</script>
<script type="module" crossorigin src="/assets/index-Ez5ikLrE.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Hdjbjci-.css">
</head>
<body class="font-sans">
<div id="app"></div>
<noscript> This website requires JavaScript to function properly. Please enable JavaScript to continue. </noscript>
</body>
</html>
|