Spaces:
Build error
Build error
Commit
·
4dda841
1
Parent(s):
880e210
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,8 @@ def speech_to_speech_translation(audio):
|
|
| 41 |
|
| 42 |
title = "Cascaded STST"
|
| 43 |
description = """
|
| 44 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
| 45 |
-
[
|
| 46 |
|
| 47 |

|
| 48 |
"""
|
|
|
|
| 41 |
|
| 42 |
title = "Cascaded STST"
|
| 43 |
description = """
|
| 44 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in German. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
| 45 |
+
[My German TTS](https://huggingface.co/Salama1429/TTS_German_Speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
|
| 46 |
|
| 47 |

|
| 48 |
"""
|