CoolFace
Apppublic

MattGPT/react-translator

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
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>Transformers.js - Sample react application</title>7    <script type="module" crossorigin src="/assets/index-138f5db2.js"></script>8    <link rel="stylesheet" href="/assets/index-48a6f08c.css">9  </head>10  <body>11    <div id="root"></div>12    13  </body>14</html>15