preetam8 commited on
Commit
d386a01
·
1 Parent(s): 19b388a

Fix commenting and gradio version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🏆
4
  colorFrom: pink
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.5.0
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 speech translation, and Microsoft's
54
- [SpeechT5 TTS](https://huggingface.co/preetam8/speecht5_finetuned_voxpopuli_fr) model for text-to-speech finetuned 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
  """
 
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
  """