Ahsen Khaliq commited on
Commit
426c9cb
1 Parent(s): 2a84b37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,7 +9,9 @@ description = "Gradio Demo for fairseq S^2: A Scalable and Integrable Speech Syn
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
- ["Hello this is a test run","fastspeech2-en-200_speaker-cv4"]
 
 
13
  ]
14
 
15
  io1 = gr.Interface.load("huggingface/facebook/fastspeech2-en-200_speaker-cv4")
 
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
+ ["Hello this is a test run","fastspeech2-en-200_speaker-cv4"],
13
+ ["Hello, this is a test run.","tts_transformer-en-200_speaker-cv4"],
14
+ ["您好,这是试运行。","tts_transformer-zh-cv7_css10"],
15
  ]
16
 
17
  io1 = gr.Interface.load("huggingface/facebook/fastspeech2-en-200_speaker-cv4")