model-man commited on
Commit
ac2cf61
·
1 Parent(s): 36a40d7

fixed description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def speech_to_speech_translation(audio):
37
 
38
  title = "Cascaded STST"
39
  description = """
40
- Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in English. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Facebook's
41
  [MMS TTS](https://huggingface.co/facebook/mms-tts) model for text-to-speech:
42
 
43
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
 
37
 
38
  title = "Cascaded STST"
39
  description = """
40
+ 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 Facebook's
41
  [MMS TTS](https://huggingface.co/facebook/mms-tts) model for text-to-speech:
42
 
43
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")