CoolFace
Apppublic

shreyask/Gemma-4-WebGPU

sourceHugging Faceupdated 6mo agoView on Hugging Face
3likes
index.html20 linesDownload Raw Back to root
1<!doctype html>2<html lang="en">3  <head>4    <meta charset="UTF-8" />5    <meta name="viewport" content="width=device-width, initial-scale=1.0" />6    <title>Gemma 4 | In-Browser Multimodal AI</title>7    <link rel="preconnect" href="https://fonts.googleapis.com" />8    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />9    <link10      href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap"11      rel="stylesheet"12    />13    <script type="module" crossorigin src="/assets/index-CUcq9h-P.js"></script>14    <link rel="stylesheet" crossorigin href="/assets/index-N-_-qSR5.css">15  </head>16  <body class="bg-[var(--color-bg)] text-[var(--color-text)] min-h-screen antialiased">17    <div id="root"></div>18  </body>19</html>20