Update app.py
Browse files
app.py
CHANGED
|
@@ -218,12 +218,9 @@ iface = gr.Interface(
|
|
| 218 |
description=(
|
| 219 |
"This app performs the following steps:\n"
|
| 220 |
"1. Transcribes English speech using Wav2Vec2 (or accepts text input).\n"
|
| 221 |
-
"2. Translates the English text to the target language using Helsinki-NLP
|
| 222 |
-
"3.
|
| 223 |
-
"
|
| 224 |
-
"uses Facebook MMS TTS (VITS-based).\n"
|
| 225 |
-
" - For Chinese and Japanese: uses Coqui XTTS-v2.\n"
|
| 226 |
-
"\nSelect your target language from the dropdown."
|
| 227 |
),
|
| 228 |
allow_flagging="never"
|
| 229 |
)
|
|
|
|
| 218 |
description=(
|
| 219 |
"This app performs the following steps:\n"
|
| 220 |
"1. Transcribes English speech using Wav2Vec2 (or accepts text input).\n"
|
| 221 |
+
"2. Translates the English text to the target language using Helsinki-NLP models.\n"
|
| 222 |
+
"3. Provides Synthetic speech:\n"
|
| 223 |
+
"For Spanish, Vietnamese, Indonesian, Turkish, Portuguese, and Korean."
|
|
|
|
|
|
|
|
|
|
| 224 |
),
|
| 225 |
allow_flagging="never"
|
| 226 |
)
|