preetam8 commited on
Commit
113d3f1
·
verified ·
1 Parent(s): 3c0db31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def speech_to_speech_translation(audio):
51
  title = "Cascaded STST"
52
  description = """
53
  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 ASR, the
54
- [SMaLL-100](https://huggingface.co/alirezamsh/small100) model for text to text translation and Facebook's[MMS TTS-FRA](https://huggingface.co/facebook/mms-tts-fra) for text-to-speech for french:
55
 
56
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
57
  """
 
51
  title = "Cascaded STST"
52
  description = """
53
  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 ASR, the
54
+ [SMaLL-100](https://huggingface.co/alirezamsh/small100) model for text to text translation and Facebook's [MMS TTS-FRA](https://huggingface.co/facebook/mms-tts-fra) for text-to-speech for french:
55
 
56
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
57
  """