Spaces:
Runtime error
Runtime error
Change description format
Browse files
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
|
|
|
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")
|