Spaces:
Runtime error
Runtime error
weiliming
commited on
Commit
·
80203de
1
Parent(s):
3235a32
fix introduction message
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def speech_to_speech_translation(audio):
|
|
79 |
|
80 |
title = "Cascaded STST"
|
81 |
description = """
|
82 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
83 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
84 |
|
85 |

|
|
|
79 |
|
80 |
title = "Cascaded STST"
|
81 |
description = """
|
82 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in French. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
83 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
84 |
|
85 |

|