kinkpunk commited on
Commit
554dea9
1 Parent(s): 1ff9ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ description = """
44
  Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Polish. Demo uses OpenAI's [Whisper Large v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and Microsoft's
45
  fine-tuned version of [SpeechT5 TTS](https://huggingface.co/kinkpunk/speecht5_finetuned_librispeech_pl) model for text-to-speech:
46
 
47
- ![Cascaded STST](https://drive.google.com/file/d/1r1qnyPV8y1T-XMFfJiIeoulZOCAWX2IK/view?usp=sharing "Diagram of cascaded speech to speech translation")
48
  """
49
 
50
  demo = gr.Blocks()
 
44
  Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Polish. Demo uses OpenAI's [Whisper Large v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and Microsoft's
45
  fine-tuned version of [SpeechT5 TTS](https://huggingface.co/kinkpunk/speecht5_finetuned_librispeech_pl) model for text-to-speech:
46
 
47
+ ![Cascaded STST](https://huggingface.co/spaces/kinkpunk/speech-to-speech-translation-polish/blob/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
48
  """
49
 
50
  demo = gr.Blocks()