hewliyang commited on
Commit
50e4622
1 Parent(s): 21f0bae

update description in UI

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,8 +56,8 @@ def speech_to_speech_translation(audio):
56
 
57
  title = "Cascaded STST"
58
  description = """
59
- Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in **Malay**. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
60
- [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
61
 
62
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
63
  """
 
56
 
57
  title = "Cascaded STST"
58
  description = """
59
+ Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in **Malay**. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Facebooks's
60
+ [MMS-TTS-ZLM](https://huggingface.co/facebook/mms-tts-zlm) model for text-to-speech:
61
 
62
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
63
  """