Spaces:
Runtime error
Runtime error
Commit
·
11bc886
1
Parent(s):
95a3e60
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,8 +39,7 @@ def speech_to_speech_translation(audio):
|
|
| 39 |
|
| 40 |
title = "Cascaded STST"
|
| 41 |
description = """
|
| 42 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in German. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and
|
| 43 |
-
MMS TTS](https://huggingface.co/Matthijs/mms-tts-deu) model for text-to-speech:
|
| 44 |
|
| 45 |

|
| 46 |
"""
|
|
|
|
| 39 |
|
| 40 |
title = "Cascaded STST"
|
| 41 |
description = """
|
| 42 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in German. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and [MMS TTS](https://huggingface.co/Matthijs/mms-tts-deu) model for text-to-speech:
|
|
|
|
| 43 |
|
| 44 |

|
| 45 |
"""
|