karanjakhar commited on
Commit
11bc886
1 Parent(s): 95a3e60

Update app.py

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