Spaces:
Sleeping
Sleeping
Update title and description
Browse files
app.py
CHANGED
@@ -39,10 +39,10 @@ def speech_to_speech_translation(audio):
|
|
39 |
return 16000, synthesised_speech
|
40 |
|
41 |
|
42 |
-
title = "Cascaded STST"
|
43 |
description = """
|
44 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in
|
45 |
-
[
|
46 |
|
47 |

|
48 |
"""
|
|
|
39 |
return 16000, synthesised_speech
|
40 |
|
41 |
|
42 |
+
title = "Cascaded STST, English to Dutch"
|
43 |
description = """
|
44 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in English to target speech in Dutch. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
45 |
+
[Speecht5_tts_vox_nl](https://huggingface.co/sanchit-gandhi/speecht5_tts_vox_nl) model for text-to-speech:
|
46 |
|
47 |

|
48 |
"""
|