lpw commited on
Commit
3eaab4f
1 Parent(s): 0e902a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,9 +4,9 @@ import gradio as gr
4
  import numpy as np
5
  import streamlit as st
6
 
7
- title = "Fairseq S2S"
8
 
9
- description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. To use it, simply add your audio, or click one of the examples to load them. 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
 
 
4
  import numpy as np
5
  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