Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ def speech_to_speech_translation(audio):
|
|
41 |
|
42 |
title = "Cascaded STST"
|
43 |
description = """
|
44 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Slovak. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
45 |
-
|
46 |
|
47 |

|
48 |
"""
|
|
|
41 |
|
42 |
title = "Cascaded STST"
|
43 |
description = """
|
44 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Slovak. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
45 |
+
[SpeechT5 TTS](https://huggingface.co/aoliveira/speecht5_finetuned_voxpopuli_sk) model fine tuned for the Slovak language for text-to-speech:
|
46 |
|
47 |

|
48 |
"""
|