Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,11 +2,11 @@ import os
|
|
2 |
os.system("pip install gradio==2.8.0b")
|
3 |
import gradio as gr
|
4 |
|
5 |
-
title = "
|
6 |
|
7 |
-
description = "Gradio Demo for fairseq
|
8 |
|
9 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/
|
10 |
|
11 |
examples = [
|
12 |
["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"]
|
|
|
2 |
os.system("pip install gradio==2.8.0b")
|
3 |
import gradio as gr
|
4 |
|
5 |
+
title = "XM_Tranformer"
|
6 |
|
7 |
+
description = "Gradio Demo for fairseq S2T: Fast Speech-to-Text Modeling with fairseq. To use it, simply add your audio, or click one of the examples to load them. Read more at the links below."
|
8 |
|
9 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.05171' target='_blank'>fairseq S2T: Fast Speech-to-Text Modeling with fairseq</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text' target='_blank'>Github Repo</a></p>"
|
10 |
|
11 |
examples = [
|
12 |
["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"]
|