Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ 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
|
46 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
47 |

|
48 |
"""
|
|
|
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 Italian. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
46 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
47 |

|
48 |
"""
|