Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def speech_to_speech_translation(audio):
|
|
36 |
synthesised_speech = (synthesised_speech.numpy() * 32767).astype(np.int16)
|
37 |
return 16000, synthesised_speech
|
38 |
|
39 |
-
title = "Cascaded STST -
|
40 |
description = """
|
41 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any X language to target speech in Dutch ! <br/> Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine tuned Microsoft's
|
42 |
[SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech.
|
|
|
36 |
synthesised_speech = (synthesised_speech.numpy() * 32767).astype(np.int16)
|
37 |
return 16000, synthesised_speech
|
38 |
|
39 |
+
title = "Cascaded STST - X Language to Dutch"
|
40 |
description = """
|
41 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any X language to target speech in Dutch ! <br/> Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine tuned Microsoft's
|
42 |
[SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech.
|