Fix commenting and gradio version
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🏆
|
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.36.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
app.py
CHANGED
@@ -50,8 +50,8 @@ def speech_to_speech_translation(audio):
|
|
50 |
|
51 |
title = "Cascaded STST"
|
52 |
description = """
|
53 |
-
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in French. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for
|
54 |
-
[
|
55 |
|
56 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
57 |
"""
|
|
|
50 |
|
51 |
title = "Cascaded STST"
|
52 |
description = """
|
53 |
+
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in any language to target speech in French. Demo uses OpenAI's [Whisper Base](https://huggingface.co/openai/whisper-base) model for ASR, the
|
54 |
+
[SMaLL-100](https://huggingface.co/alirezamsh/small100) model for text to text translation and Facebook's[MMS TTS-FRA](https://huggingface.co/facebook/mms-tts-fra) for text-to-speech for french:
|
55 |
|
56 |
![Cascaded STST](https://huggingface.co/datasets/huggingface-course/audio-course-images/resolve/main/s2st_cascaded.png "Diagram of cascaded speech to speech translation")
|
57 |
"""
|