Commit Β·
98c4495
1
Parent(s): 0842d68
Fix short_description length for HF Space validation
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: purple
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
-
short_description:
|
| 10 |
app_file: dist/index.html
|
| 11 |
header: mini
|
| 12 |
models:
|
|
@@ -18,7 +18,7 @@ models:
|
|
| 18 |
|
| 19 |
A web-based translation application powered by Google's TranslateGemma model, running entirely in your browser with Transformers.js and ONNX Runtime Web.
|
| 20 |
|
| 21 |
-
## β¨ Features
|
| 22 |
|
| 23 |
- π **56 Languages** - Translate between 56 different languages
|
| 24 |
- π **Completely Private** - All processing happens in your browser, no data sent to servers
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
+
short_description: Private browser-based translator with 56 languages
|
| 10 |
app_file: dist/index.html
|
| 11 |
header: mini
|
| 12 |
models:
|
|
|
|
| 18 |
|
| 19 |
A web-based translation application powered by Google's TranslateGemma model, running entirely in your browser with Transformers.js and ONNX Runtime Web.
|
| 20 |
|
| 21 |
+
## β¨ Features
|
| 22 |
|
| 23 |
- π **56 Languages** - Translate between 56 different languages
|
| 24 |
- π **Completely Private** - All processing happens in your browser, no data sent to servers
|