Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,10 +48,7 @@ def speech_to_speech_translation(audio):
|
|
48 |
|
49 |
title = "Cascaded STST"
|
50 |
description = """
|
51 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in italian.
|
52 |
-
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
53 |
-
|
54 |
-
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
55 |
"""
|
56 |
|
57 |
demo = gr.Blocks()
|
|
|
48 |
|
49 |
title = "Cascaded STST"
|
50 |
description = """
|
51 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in italian.
|
|
|
|
|
|
|
52 |
"""
|
53 |
|
54 |
demo = gr.Blocks()
|