Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,9 @@ languages = {
|
|
28 |
"Spanish": "es",
|
29 |
"Italian": "it",
|
30 |
"Chinese": "zh",
|
31 |
-
"Hindi": "hi"
|
|
|
|
|
32 |
}
|
33 |
|
34 |
# Select source and target languages
|
@@ -58,3 +60,4 @@ st.markdown("---")
|
|
58 |
st.markdown(
|
59 |
"**Note:** This app uses Hugging Face's Helsinki-NLP models for translation. These models are open-source and ideal for various language translation tasks."
|
60 |
)
|
|
|
|
28 |
"Spanish": "es",
|
29 |
"Italian": "it",
|
30 |
"Chinese": "zh",
|
31 |
+
"Hindi": "hi",
|
32 |
+
"Urdu": "ur",
|
33 |
+
"Persian": "fa"
|
34 |
}
|
35 |
|
36 |
# Select source and target languages
|
|
|
60 |
st.markdown(
|
61 |
"**Note:** This app uses Hugging Face's Helsinki-NLP models for translation. These models are open-source and ideal for various language translation tasks."
|
62 |
)
|
63 |
+
|