Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ description = """
|
|
44 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Polish. Demo uses OpenAI's [Whisper Large v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and Microsoft's
|
45 |
fine-tuned version of [SpeechT5 TTS](https://huggingface.co/kinkpunk/speecht5_finetuned_librispeech_pl) model for text-to-speech:
|
46 |
|
47 |
-
![Cascaded STST](https://
|
48 |
"""
|
49 |
|
50 |
demo = gr.Blocks()
|
|
|
44 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Polish. Demo uses OpenAI's [Whisper Large v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and Microsoft's
|
45 |
fine-tuned version of [SpeechT5 TTS](https://huggingface.co/kinkpunk/speecht5_finetuned_librispeech_pl) model for text-to-speech:
|
46 |
|
47 |
+
![Cascaded STST](https://huggingface.co/spaces/kinkpunk/speech-to-speech-translation-polish/blob/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
48 |
"""
|
49 |
|
50 |
demo = gr.Blocks()
|