WasuratS commited on
Commit
eff8c09
1 Parent(s): 4a9f7e2

Update description

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -41,9 +41,8 @@ def speech_to_speech_translation(audio):
41
 
42
  title = "Cascaded STST - Danish to Dutch"
43
  description = """
44
- Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any Danish language to target speech in Dutch ! <br/>
45
- Demo uses fine tuned OpenAI's [Whisper Base](WasuratS/whisper-base-danish-finetune-common-voice-11) model for speech translation, and fine tuned Microsoft's
46
- [SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
47
 
48
  ![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
49
  """
 
41
 
42
  title = "Cascaded STST - Danish to Dutch"
43
  description = """
44
+ Demo for cascaded speech-to-speech translation (STST), mapping from source speech in Danish language to target speech in Dutch ! <br/> Demo uses my fine tuned OpenAI's [Whisper Base](WasuratS/whisper-base-danish-finetune-common-voice-11) model for speech translation, and my fine tuned Microsoft's
45
+ [SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) 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
  """