Spaces:
Runtime error
Runtime error
Update description
Browse files
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
|
45 |
-
|
46 |
-
[SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
|
47 |
|
48 |

|
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 |

|
48 |
"""
|