Update app.py
Browse files
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
|
8 |
|
9 |
-
description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. To use it, simply
|
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 |
|