Ahsen Khaliq commited on
Commit
86042b5
1 Parent(s): 593f988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ description = "Gradio Demo for fairseq S^2: A Scalable and Integrable Speech Syn
7
  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>"
8
 
9
  examples = [
10
- ["Hello this is a test run","fastspeech2-en-200_speaker-cv4"]
11
  ]
12
 
13
  io1 = gr.Interface.load("huggingface/facebook/fastspeech2-en-200_speaker-cv4")
 
7
  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>"
8
 
9
  examples = [
10
+ ["Hello this is a test run"]
11
  ]
12
 
13
  io1 = gr.Interface.load("huggingface/facebook/fastspeech2-en-200_speaker-cv4")