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

Change description format

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +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 !. 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
 
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")
 
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")