Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🌍 Language Translation Space (Helsinki-NLP)
|
| 2 |
|
| 3 |
This Hugging Face Space translates between Arabic and English using the Helsinki-NLP models. It includes batch processing for faster translations.
|
|
@@ -30,4 +37,4 @@ This Hugging Face Space translates between Arabic and English using the Helsinki
|
|
| 30 |
|
| 31 |
* The quality of translation depends on the complexity of the text and the capabilities of the Helsinki-NLP models.
|
| 32 |
* The space is designed to be robust and handle potential errors gracefully.
|
| 33 |
-
* It may take time to display each image
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
sdk: gradio
|
| 4 |
+
emoji: 🐨
|
| 5 |
+
colorFrom: gray
|
| 6 |
+
colorTo: pink
|
| 7 |
+
---
|
| 8 |
# 🌍 Language Translation Space (Helsinki-NLP)
|
| 9 |
|
| 10 |
This Hugging Face Space translates between Arabic and English using the Helsinki-NLP models. It includes batch processing for faster translations.
|
|
|
|
| 37 |
|
| 38 |
* The quality of translation depends on the complexity of the text and the capabilities of the Helsinki-NLP models.
|
| 39 |
* The space is designed to be robust and handle potential errors gracefully.
|
| 40 |
+
* It may take time to display each image
|