Spaces:
Running
Running
updated Readme.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🌍
|
4 |
colorFrom: gray
|
5 |
colorTo: yellow
|
@@ -13,6 +13,6 @@ custom_headers:
|
|
13 |
cross-origin-resource-policy: cross-origin
|
14 |
---
|
15 |
|
16 |
-
A simple
|
17 |
|
18 |
This is part of the Transformers.js tutorial series. For more information, check out the [GitHub repo](https://github.com/xenova/transformers.js).
|
|
|
1 |
---
|
2 |
+
title: Natural Language Translator
|
3 |
emoji: 🌍
|
4 |
colorFrom: gray
|
5 |
colorTo: yellow
|
|
|
13 |
cross-origin-resource-policy: cross-origin
|
14 |
---
|
15 |
|
16 |
+
A simple Natural Language Translation application that performs multilingual translation using Transformers.js!
|
17 |
|
18 |
This is part of the Transformers.js tutorial series. For more information, check out the [GitHub repo](https://github.com/xenova/transformers.js).
|