Spaces:
Runtime error
Runtime error
Commit
·
159ec9a
1
Parent(s):
4dda841
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ 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 German. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and
|
45 |
[My German TTS](https://huggingface.co/Salama1429/TTS_German_Speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
|
46 |
|
47 |

|
|
|
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
|
45 |
[My German TTS](https://huggingface.co/Salama1429/TTS_German_Speecht5_finetuned_voxpopuli_nl) model for text-to-speech:
|
46 |
|
47 |

|