weiliming commited on
Commit
08a9a34
·
1 Parent(s): 80203de

update note

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ def speech_to_speech_translation(audio):
79
 
80
  title = "Cascaded STST"
81
  description = """
82
- Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in French. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
83
- [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
84
 
85
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
86
  """
 
79
 
80
  title = "Cascaded STST"
81
  description = """
82
+ Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Chinese. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
83
+ [MMS TTS](https://huggingface.co/Matthijs/mms-tts-fra) model for text-to-speech:
84
 
85
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
86
  """