Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -279,7 +279,8 @@ with app:
|
|
279 |
but0 = gr.Button("Convert", variant="primary")
|
280 |
info_text = gr.Textbox(label="Output info")
|
281 |
with gr.Column():
|
282 |
-
|
|
|
283 |
tts_output = gr.Audio(label="Result")
|
284 |
but0.click(
|
285 |
tts,
|
|
|
279 |
but0 = gr.Button("Convert", variant="primary")
|
280 |
info_text = gr.Textbox(label="Output info")
|
281 |
with gr.Column():
|
282 |
+
with gr.Accordion("Edge Voice"):
|
283 |
+
edge_tts_output = gr.Audio(label="Edge Voice", type="filepath")
|
284 |
tts_output = gr.Audio(label="Result")
|
285 |
but0.click(
|
286 |
tts,
|