WasuratS commited on
Commit
bdfdb7e
·
1 Parent(s): 958d2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ description = """
41
  Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any X language to target speech in Dutch ! <br/> Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine tuned Microsoft's
42
  [SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech.
43
 
44
- ![Cascaded STST](https://huggingface.co/spaces/WasuratS/speech-to-speech-translation-dutch/blob/main/model-architecture.png "Diagram of cascaded speech to speech translation")
45
  """
46
 
47
  demo = gr.Blocks()
 
41
  Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any X language to target speech in Dutch ! <br/> Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine tuned Microsoft's
42
  [SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech.
43
 
44
+ ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
45
  """
46
 
47
  demo = gr.Blocks()