Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,8 +55,8 @@ def speech_to_speech_translation(audio):
|
|
55 |
|
56 |
title = "Cascaded STST"
|
57 |
description = """
|
58 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
59 |
-
[SpeechT5 TTS](https://huggingface.co/
|
60 |
|
61 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
62 |
"""
|
|
|
55 |
|
56 |
title = "Cascaded STST"
|
57 |
description = """
|
58 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Russian. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and finetuned Microsoft's
|
59 |
+
[SpeechT5 TTS](https://huggingface.co/voxxer/speecht5_finetuned_commonvoice_ru_translit) model for text-to-speech:
|
60 |
|
61 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
62 |
"""
|