amasha03 commited on
Commit
3a7b95c
·
verified ·
1 Parent(s): 3c0704f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ demo = gr.Interface(
56
  fn=generate_voice,
57
  inputs=gr.Textbox(label="English Text"),
58
  outputs=gr.Audio(label="Result", type="filepath"),
59
- title="English TTS (Surgery Version)"
60
  )
61
 
62
  if __name__ == "__main__":
 
56
  fn=generate_voice,
57
  inputs=gr.Textbox(label="English Text"),
58
  outputs=gr.Audio(label="Result", type="filepath"),
59
+ title="English TTS"
60
  )
61
 
62
  if __name__ == "__main__":