Spaces:
Sleeping
Sleeping
update text for CalArts audience
Browse files
app.py
CHANGED
|
@@ -39,11 +39,9 @@ def speech_to_speech_translation(audio):
|
|
| 39 |
return 16000, synthesised_speech
|
| 40 |
|
| 41 |
|
| 42 |
-
title = "
|
| 43 |
description = """
|
| 44 |
-
|
| 45 |
-
[SpeechT5 TTS](https://huggingface.co/microsoft/speecht5_tts) model for text-to-speech:
|
| 46 |
-
|
| 47 |

|
| 48 |
"""
|
| 49 |
|
|
|
|
| 39 |
return 16000, synthesised_speech
|
| 40 |
|
| 41 |
|
| 42 |
+
title = "universal translator"
|
| 43 |
description = """
|
| 44 |
+
Record 10 seconds in any language. Click the [submit] to translate your text to English.
|
|
|
|
|
|
|
| 45 |

|
| 46 |
"""
|
| 47 |
|