Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,9 @@ def speech_to_speech_translation(audio):
|
|
42 |
|
43 |
title = "Cascaded STST"
|
44 |
description = """
|
45 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in German.
|
46 |
-
[
|
|
|
47 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
48 |
"""
|
49 |
|
|
|
42 |
|
43 |
title = "Cascaded STST"
|
44 |
description = """
|
45 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in German.
|
46 |
+
Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Facebook's
|
47 |
+
[MMS Model](https://huggingface.co/Matthijs/mms-tts-deu) model for text-to-speech:
|
48 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
49 |
"""
|
50 |
|