CoolFace
Apppublic

HuggingFaceTB/SmolLM3-3B-WebGPU

sourceHugging Faceupdated 1y agoView on Hugging Face
56likes
index.html15 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <link rel="icon" type="image/png" href="/logo.png" />6    <meta name="viewport" content="width=device-width, initial-scale=1.0" />7    <title>SmolLM3 WebGPU</title>8  </head>9 10  <body>11    <div id="root"></div>12    <script type="module" src="/src/main.jsx"></script>13  </body>14</html>15