Ahsen Khaliq commited on
Commit
d5ffb69
1 Parent(s): 0c41636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  os.system("pip install gradio==2.4.6")
3
  import gradio as gr
4
 
5
- title = "FastSpeech2"
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
 
2
  os.system("pip install gradio==2.4.6")
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