GatinhoEducado
commited on
Commit
•
f68994e
1
Parent(s):
cded203
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def speech_to_speech_translation(audio):
|
|
53 |
|
54 |
title = "Cascaded STST"
|
55 |
description = """
|
56 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in English to target Portuguese speech. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
57 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
58 |
|
59 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
|
|
53 |
|
54 |
title = "Cascaded STST"
|
55 |
description = """
|
56 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in English to target Portuguese speech. Demo uses fine-tuned by me OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine-tuned on Portuguese Microsoft's
|
57 |
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
58 |
|
59 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|