Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def speech_to_speech_translation(audio):
|
|
41 |
|
42 |
title = "STST in LoFi Italian 😎"
|
43 |
description = """
|
44 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to
|
45 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model poorly fine-tuned on the VoxPopuli italian subset for text-to-speech. But it kinda sounds like Italian folks, it kinda does:
|
46 |
|
47 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
|
|
41 |
|
42 |
title = "STST in LoFi Italian 😎"
|
43 |
description = """
|
44 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to super lo-fi Italian speech . Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
45 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model poorly fine-tuned on the VoxPopuli italian subset for text-to-speech. But it kinda sounds like Italian folks, it kinda does:
|
46 |
|
47 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|