CoolFace
Apppublic

shreyask/KittenTTS-WebGPU

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
2likes
index.html15 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>KittenTTS — Browser TTS with WebGPU</title>7    <meta name="description" content="Text-to-speech running entirely in your browser via WebGPU. Powered by KittenML models and Transformers.js v4." />8    <script type="module" crossorigin src="/assets/index-D3BIbg-L.js"></script>9    <link rel="stylesheet" crossorigin href="/assets/index-BeBO3FHr.css">10  </head>11  <body>12    <div id="root"></div>13  </body>14</html>15