nimrita commited on
Commit
c409a36
1 Parent(s): c3db5d5

Update app.py

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