Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,9 @@ def speech_to_speech_translation(audio):
|
|
45 |
|
46 |
title = "Cascaded STST"
|
47 |
description = """
|
48 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in English.
|
49 |
-
[
|
|
|
50 |
|
51 |

|
52 |
"""
|
|
|
45 |
|
46 |
title = "Cascaded STST"
|
47 |
description = """
|
48 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in English.
|
49 |
+
Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and a custom fine tuned version of Microsoft's
|
50 |
+
[SpeechT5 TTS] fine tuned for NL - vadhri/speecht5_finetuned_voxpopuli_nl (https://huggingface.co/vadhri/speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
|
51 |
|
52 |

|
53 |
"""
|