Spaces:
Running
on
T4
Running
on
T4
Commit
•
c6f1d54
1
Parent(s):
226ec3a
Update app.py
Browse files
app.py
CHANGED
@@ -41,12 +41,10 @@ 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 English
|
|
|
45 |
|
46 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
47 |
-
|
48 |
-
Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and Microsoft's
|
49 |
-
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech.
|
50 |
"""
|
51 |
|
52 |
demo = gr.Interface(
|
|
|
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 English. 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 for text-to-speech:
|
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")
|
|
|
|
|
|
|
48 |
"""
|
49 |
|
50 |
demo = gr.Interface(
|