Yilin0601 commited on
Commit
2334caf
·
verified ·
1 Parent(s): 181e449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -212,13 +212,11 @@ iface = gr.Interface(
212
  ],
213
  title="Multimodal Language Learning Aid",
214
  description=(
215
- "1. Transcribes English speech using Wav2Vec2 (or takes English text).\n"
216
- "2. Translates to Spanish, Chinese, or Japanese (via Helsinki-NLP models).\n"
217
- "3. Synthesizes speech:\n"
218
  " - Spanish -> facebook/mms-tts-spa (VITS)\n"
219
  " - Chinese & Japanese -> microsoft/speecht5_tts (SpeechT5)\n\n"
220
- "Note: SpeechT5 is not officially trained for Japanese, so results may vary.\n"
221
- "You can also try inputting short, clear audio for best ASR results."
222
  ),
223
  allow_flagging="never"
224
  )
 
212
  ],
213
  title="Multimodal Language Learning Aid",
214
  description=(
215
+ "1. Transcribes English speech using Wav2Vec2-960h (or takes English text).\n"
216
+ "2. Translates to Spanish, Chinese, or Japanese.\n"
217
+ "3. Provides synthetic speech:\n"
218
  " - Spanish -> facebook/mms-tts-spa (VITS)\n"
219
  " - Chinese & Japanese -> microsoft/speecht5_tts (SpeechT5)\n\n"
 
 
220
  ),
221
  allow_flagging="never"
222
  )