vadhri commited on
Commit
4eb339e
·
verified ·
1 Parent(s): 1a56ce9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -45,8 +45,9 @@ def speech_to_speech_translation(audio):
45
 
46
  title = "Cascaded STST"
47
  description = """
48
- 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 Microsoft's
49
- [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
 
50
 
51
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
52
  """
 
45
 
46
  title = "Cascaded STST"
47
  description = """
48
+ Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in English.
49
+ Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and a custom fine tuned version of Microsoft's
50
+ [SpeechT5 TTS] fine tuned for NL - vadhri/speecht5_finetuned_voxpopuli_nl (https://huggingface.co/vadhri/speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
51
 
52
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
53
  """