Spaces:
Build error
Build error
JackismyShephard
commited on
Commit
·
47755f8
1
Parent(s):
4b94ac2
update demo description
Browse files
app.py
CHANGED
@@ -107,9 +107,10 @@ replacements = [
|
|
107 |
|
108 |
title = "Speech to Danish Speech Translation"
|
109 |
description = """
|
110 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Danish. Demo uses
|
111 |
-
[
|
112 |
-
|
|
|
113 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
114 |
"""
|
115 |
|
|
|
107 |
|
108 |
title = "Speech to Danish Speech Translation"
|
109 |
description = """
|
110 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in Danish. Demo uses:
|
111 |
+
1. OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for speech to english text translation
|
112 |
+
2. Facebook's [NLBB](https://huggingface.co/facebook/nllb-200-distilled-600M) model for english to danish text translation
|
113 |
+
3. JackismyShephard's [speecht5_tts-finetuned-nst-da](https://huggingface.co/JackismyShephard/speecht5_tts-finetuned-nst-da) model for danish speech synthesis
|
114 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
115 |
"""
|
116 |
|