lpw commited on
Commit
90c0a2a
1 Parent(s): 3eaab4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import streamlit as st
6
 
7
  title = "Fairseq Speech to Speech Translation"
8
 
9
- description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. To use it, simply record your audio, or click one of the example to load. Read more at the links below."
10
 
11
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05604' target='_blank'>Direct speech-to-speech translation with discrete units</a> | <a href='https://github.com/facebookresearch/fairseq/tree/main/examples/speech_to_speech' target='_blank'>Github Repo</a></p>"
12
 
 
6
 
7
  title = "Fairseq Speech to Speech Translation"
8
 
9
+ description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. To use it, simply record your audio, or click the example to load. Read more at the links below."
10
 
11
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05604' target='_blank'>Direct speech-to-speech translation with discrete units</a> | <a href='https://github.com/facebookresearch/fairseq/tree/main/examples/speech_to_speech' target='_blank'>Github Repo</a></p>"
12