Spaces:
Runtime error
Runtime error
Commit
·
81bba3d
1
Parent(s):
cde80a2
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ def speech_to_speech_translation(audio):
|
|
56 |
|
57 |
title = "Cascaded STST"
|
58 |
description = """
|
59 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
60 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech, fine-tuned in French Audio dataset:
|
61 |

|
62 |
"""
|
|
|
56 |
|
57 |
title = "Cascaded STST"
|
58 |
description = """
|
59 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Dutch. Demo uses OpenAI's [Whisper Large v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and [sanchit-gandhi/speecht5_tts_vox_nl"](https://huggingface.co/sanchit-gandhi/speecht5_tts_vox_nl) checkpoint for text-to-speech, which is based on Microsoft's
|
60 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech, fine-tuned in French Audio dataset:
|
61 |

|
62 |
"""
|