Spaces:
Runtime error
Runtime error
fixed description
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def speech_to_speech_translation(audio):
|
|
37 |
|
38 |
title = "Cascaded STST"
|
39 |
description = """
|
40 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
41 |
[MMS TTS](https://huggingface.co/facebook/mms-tts) model for text-to-speech:
|
42 |
|
43 |

|
|
|
37 |
|
38 |
title = "Cascaded STST"
|
39 |
description = """
|
40 |
+
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 Facebook's
|
41 |
[MMS TTS](https://huggingface.co/facebook/mms-tts) model for text-to-speech:
|
42 |
|
43 |

|