Aumkeshchy2003 commited on
Commit
7d2e880
·
verified ·
1 Parent(s): b9ccbe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def text_to_speech(text, audio_file=None):
137
  iface = gr.Interface(
138
  fn=text_to_speech,
139
  inputs=[
140
- gr.Textbox(label="Enter Turkish text to convert to speech")
141
  ],
142
  outputs=[
143
  gr.Audio(label="Generated Speech", type="numpy")
 
137
  iface = gr.Interface(
138
  fn=text_to_speech,
139
  inputs=[
140
+ gr.Textbox(label="Enter English text to convert to speech")
141
  ],
142
  outputs=[
143
  gr.Audio(label="Generated Speech", type="numpy")