CoolFace
Apppublic

LiquidAI/LFM2-VL-WebGPU

sourceHugging Faceupdated 6mo agoView on Hugging Face
67likes
index.html17 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <link6      rel="icon"7      href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💧</text></svg>"8    />9    <meta name="viewport" content="width=device-width, initial-scale=1.0" />10    <title>lfm2-vl-webgpu</title>11  </head>12  <body>13    <div id="root"></div>14    <script type="module" src="/src/main.tsx"></script>15  </body>16</html>17