kollis commited on
Commit
e2ced09
1 Parent(s): 7b006a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -39,10 +39,9 @@ def speech_to_speech_translation(audio):
39
  return 16000, synthesised_speech
40
 
41
 
42
- title = "Cascaded STST"
43
  description = """
44
- 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
45
- [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
46
 
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
  """
 
39
  return 16000, synthesised_speech
40
 
41
 
42
+ title = "Cascaded STST English to Spanish"
43
  description = """
44
+ 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 bochen0909's speecht5_finetuned_voxpopuli_es(https://huggingface.co/bochen0909/speecht5_finetuned_voxpopuli_es) model for text-to-speech:
 
45
 
46
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
47
  """