Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|