Harveenchadha commited on
Commit
b490220
1 Parent(s): 7c27c8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def run_tts(text):
57
  #write(filename='temp.wav', rate=sr, data=audio) # for saving wav file, if needed
58
  return (sr, audio)
59
 
60
- _, audio = run_tts('hello my name is harveen', 'hi')
61
 
62
  '''
63
  textbox = gr.inputs.Textbox(
 
57
  #write(filename='temp.wav', rate=sr, data=audio) # for saving wav file, if needed
58
  return (sr, audio)
59
 
60
+ _, audio = run_tts('hello my name is harveen')
61
 
62
  '''
63
  textbox = gr.inputs.Textbox(