Spaces:
Running
Running
File size: 465 Bytes
6c30253 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#10100f" />
<meta name="description" content="On-device vision-language inference with LFM2.5-VL-3B and WebGPU." />
<title>LFM2.5-VL-3B · WebGPU</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
|