Spaces:
Runtime error
Runtime error
AlexanderMoshnov
commited on
Commit
·
1ad28de
1
Parent(s):
fa5b21a
Upload app.py
Browse files
app.py
CHANGED
@@ -70,9 +70,7 @@ def speech_to_speech_translation(audio):
|
|
70 |
|
71 |
title = "Cascaded STST"
|
72 |
description = """
|
73 |
-
*
|
74 |
-
* Далее происходит перевод текста с любого на английский с помощью Helsinki-NLP/opus-mt-mul-en, а затем с английского на русский также с помощью Helsinki-NLP/opus-mt-en-ru
|
75 |
-
* В конце осуществляется воспроизведение русского текста моделью facebook/mms-tts-rus
|
76 |
|
77 |
|
78 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Russian. Demo uses facebook/mms-tts-rus model for text-to-speech:
|
|
|
70 |
|
71 |
title = "Cascaded STST"
|
72 |
description = """
|
73 |
+
* Данная модель распознает текст на 56 языках
|
|
|
|
|
74 |
|
75 |
|
76 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Russian. Demo uses facebook/mms-tts-rus model for text-to-speech:
|