Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ description = """
|
|
41 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any X language to target speech in Dutch ! <br/> Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine tuned Microsoft's
|
42 |
[SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech.
|
43 |
|
44 |
-

|
|
|
41 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any X language to target speech in Dutch ! <br/> Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech translation, and my fine tuned Microsoft's
|
42 |
[SpeechT5 TTS](https://huggingface.co/WasuratS/speecht5_finetuned_voxpopuli_nl) model for text-to-speech.
|
43 |
|
44 |
+

|
45 |
"""
|
46 |
|
47 |
demo = gr.Blocks()
|