Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ def speech_to_speech_translation(audio):
|
|
70 |
|
71 |
title = "Cascaded STST"
|
72 |
description = """
|
73 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in
|
74 |
-
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech, fine-tuned in
|
75 |

|
76 |
"""
|
77 |
|
|
|
70 |
|
71 |
title = "Cascaded STST"
|
72 |
description = """
|
73 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in French. Demo uses OpenAI's [Whisper Large v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and [ckandemir/speecht5_finetuned_voxpopuli_fr](https://huggingface.co/ckandemir/speecht5_finetuned_voxpopuli_fr) checkpoint for text-to-speech, which is based on Microsoft's
|
74 |
+
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech, fine-tuned in French Audio dataset:
|
75 |

|
76 |
"""
|
77 |
|