ASG Models commited on
Commit
9ce4592
1 Parent(s): b5b775d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -238,7 +238,8 @@ with gr.Blocks() as demo:
238
  gr.Markdown("# Text to Speech")
239
  text_input = gr.Textbox(label="Enter Text")
240
  text_out = gr.Textbox()
241
- text_input.submit(dash, [text_input,True], text_out)
 
242
  with gr.Tab("AI Speech"):
243
  gr.Markdown("# Text to Speech")
244
  text_input2 = gr.Textbox(label="Enter Text")
 
238
  gr.Markdown("# Text to Speech")
239
  text_input = gr.Textbox(label="Enter Text")
240
  text_out = gr.Textbox()
241
+
242
+ text_input.submit(dash, [text_input], text_out)
243
  with gr.Tab("AI Speech"):
244
  gr.Markdown("# Text to Speech")
245
  text_input2 = gr.Textbox(label="Enter Text")