thianfoo commited on
Commit
85d8a82
·
verified ·
1 Parent(s): 2f29448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,9 +10,9 @@ device = "cuda:0" if torch.cuda.is_available() else "cpu"
10
 
11
  title = "GenAI StoryTeller"
12
  description = """
13
- 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
14
- [SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
15
- ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
16
  """
17
 
18
  # Load speech translation pipeline
 
10
 
11
  title = "GenAI StoryTeller"
12
  description = """
13
+ Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for Speech Translation,
14
+ Microsoft's[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for Text-to-Speech and
15
+ StabilityAI's [StableDiffusion](https://huggingface.co/stabilityai/sdxl-turbo) model for Image Generation
16
  """
17
 
18
  # Load speech translation pipeline