voxxer commited on
Commit
f15e1af
·
1 Parent(s): daf595f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ def speech_to_speech_translation(audio):
55
 
56
  title = "Cascaded STST"
57
  description = """
58
- 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
59
- [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
60
 
61
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
62
  """
 
55
 
56
  title = "Cascaded STST"
57
  description = """
58
+ Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Russian. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and finetuned Microsoft's
59
+ [SpeechT5 TTS](https://huggingface.co/voxxer/speecht5_finetuned_commonvoice_ru_translit) model for text-to-speech:
60
 
61
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
62
  """