Spaces:
Sleeping
Sleeping
Use correct target language
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def speech_to_speech_translation(audio):
|
|
44 |
|
45 |
title = "Cascaded STST"
|
46 |
description = """
|
47 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
48 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
49 |
|
50 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
|
|
44 |
|
45 |
title = "Cascaded STST"
|
46 |
description = """
|
47 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Lithuanian. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
48 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
49 |
|
50 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|