Edmon02 commited on
Commit
b35d68a
1 Parent(s): 7fa68b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -165,7 +165,7 @@ def predict(text, speaker):
165
  return (16000, speech)
166
 
167
 
168
- title = "SpeechT5: Speech Synthesis"
169
 
170
  description = """
171
  The <b>SpeechT5</b> model is pre-trained on text as well as speech inputs, with targets that are also a mix of text and speech.
@@ -211,6 +211,4 @@ gr.Interface(
211
  ],
212
  title=title,
213
  description=description,
214
- article=article,
215
- examples=examples,
216
  ).launch()
 
165
  return (16000, speech)
166
 
167
 
168
+ title = "SpeechT5_hy: Speech Synthesis"
169
 
170
  description = """
171
  The <b>SpeechT5</b> model is pre-trained on text as well as speech inputs, with targets that are also a mix of text and speech.
 
211
  ],
212
  title=title,
213
  description=description,
 
 
214
  ).launch()