Update app.py
Browse files
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
|
| 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 |
|