Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,11 @@ import gradio as gr
|
|
4 |
import numpy as np
|
5 |
import streamlit as st
|
6 |
|
7 |
-
title = "
|
8 |
|
9 |
-
description = "Gradio Demo for fairseq S2S: speech-to-speech translation models.
|
10 |
|
11 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05604' target='_blank'>
|
12 |
|
13 |
examples = [
|
14 |
["enhanced_direct_s2st_units_audios_es-en_set2_source_12478_cv.flac","xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022"],
|
|
|
4 |
import numpy as np
|
5 |
import streamlit as st
|
6 |
|
7 |
+
title = "Hokkien Translation"
|
8 |
|
9 |
+
description = "Gradio Demo for fairseq S2S: speech-to-speech translation models. Select the model and record your input to translate between Hokkien and English"
|
10 |
|
11 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05604' target='_blank'>Speech-to-speech translation for a real-world unwritten language</a> | <a href='https://github.com/facebookresearch/fairseq/tree/ust/examples/hokkien' target='_blank'>Github Repo</a></p>"
|
12 |
|
13 |
examples = [
|
14 |
["enhanced_direct_s2st_units_audios_es-en_set2_source_12478_cv.flac","xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022"],
|