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