Solo448 commited on
Commit
1e7c9da
·
verified ·
1 Parent(s): d1cd3e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
63
  fn=text_to_speech,
64
  inputs="text",
65
  outputs="audio",
66
- title="Technical english Text-to-Speech",
67
  description="Enter english text to convert to speech"
68
  )
69
 
 
63
  fn=text_to_speech,
64
  inputs="text",
65
  outputs="audio",
66
+ title="Technical English Text-to-Speech",
67
  description="Enter english text to convert to speech"
68
  )
69