douglasgoodwin commited on
Commit
8f9e59f
1 Parent(s): dbfdf1a

update text for CalArts audience

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -39,11 +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
  """
49
 
 
39
  return 16000, synthesised_speech
40
 
41
 
42
+ title = "universal translator"
43
  description = """
44
+ Record 10 seconds in any language. Click the [submit] to translate your text to English.
 
 
45
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
46
  """
47