nambn0321 commited on
Commit
98d8864
·
verified ·
1 Parent(s): 9ca12d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ demo = gr.Interface(
107
  inputs=gr.Textbox(label="Enter text"),
108
  outputs=gr.Audio(label="Generated Speech", type="filepath"),
109
  title="SpeechT5 Text-to-Speech",
110
- description="Enter text and hear it spoken with SpeechT5 + HiFi-GAN vocoder."
111
  )
112
 
113
  if __name__ == "__main__":
 
107
  inputs=gr.Textbox(label="Enter text"),
108
  outputs=gr.Audio(label="Generated Speech", type="filepath"),
109
  title="SpeechT5 Text-to-Speech",
110
+ description="Enter text and hear it with my custom SpeechT5"
111
  )
112
 
113
  if __name__ == "__main__":