Spaces:
Runtime error
Runtime error
weiliming
commited on
Commit
·
08a9a34
1
Parent(s):
80203de
update note
Browse files
app.py
CHANGED
@@ -79,8 +79,8 @@ 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 |
-
[
|
84 |
|
85 |

|
86 |
"""
|
|
|
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 Chinese. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
83 |
+
[MMS TTS](https://huggingface.co/Matthijs/mms-tts-fra) model for text-to-speech:
|
84 |
|
85 |

|
86 |
"""
|