akhaliq HF staff commited on
Commit
22d6633
1 Parent(s): e819cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = "fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit"
6
 
7
- description = "Gradio Demo for fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit. To use it, simply add your text, 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/2109.06912' target='_blank'>fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/speech_synthesis' target='_blank'>Github Repo</a></p>"
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"]