ysharma HF staff commited on
Commit
ae9a123
·
verified ·
1 Parent(s): df96cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ with gr.Blocks(css=custom_css, theme="ocean") as demo:
268
 
269
  # Generate speech from the selected custom voice
270
  with gr.Row(equal_height=True):
271
- kokoro_tts = gr.Audio(label="Generated Speech", type="numpy")
272
 
273
  def generate_voice_formula(*values):
274
  """
 
268
 
269
  # Generate speech from the selected custom voice
270
  with gr.Row(equal_height=True):
271
+ kokoro_tts = gr.Audio(label="Generated Speech", type="numpy", autoplay=True)
272
 
273
  def generate_voice_formula(*values):
274
  """