nico-martin HF Staff commited on
Commit
b2425fb
·
1 Parent(s): 5ceabd3

added thumbnail

Browse files
dist/assets/{index-MGlRZaEt.js → index-Dv3rW6Ju.js} RENAMED
The diff for this file is too large to render. See raw diff
 
dist/index.html CHANGED
@@ -43,7 +43,7 @@
43
  href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap"
44
  rel="stylesheet"
45
  />
46
- <script type="module" crossorigin src="/assets/index-MGlRZaEt.js"></script>
47
  <link rel="stylesheet" crossorigin href="/assets/index-DcjTpXS7.css">
48
  </head>
49
  <body>
 
43
  href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&display=swap"
44
  rel="stylesheet"
45
  />
46
+ <script type="module" crossorigin src="/assets/index-Dv3rW6Ju.js"></script>
47
  <link rel="stylesheet" crossorigin href="/assets/index-DcjTpXS7.css">
48
  </head>
49
  <body>
src/Initialize.tsx CHANGED
@@ -50,7 +50,7 @@ export default function Initialize({
50
  disabled={isInitializing}
51
  className="text-lg! w-full"
52
  >
53
- Download TranslateGemma ({formatBytes(Translator.size)})
54
  </Button>
55
  </div>
56
  )}
 
50
  disabled={isInitializing}
51
  className="text-lg! w-full"
52
  >
53
+ Download TranslateGemma 4B ({formatBytes(Translator.size)})
54
  </Button>
55
  </div>
56
  )}