Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,8 @@ 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 Spanish. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and
|
43 |
-
[
|
44 |
|
45 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
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 Spanish. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Facebook's
|
43 |
+
[MMS TTS](https://huggingface.co/facebook/mms-tts-spa) model for text-to-speech:
|
44 |
|
45 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
46 |
"""
|