nevreal commited on
Commit
aeeb858
1 Parent(s): 30b857c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ with app:
256
  but0 = gr.Button("Convert", variant="primary")
257
  info_text = gr.Textbox(label="Output info")
258
  with gr.Column():
259
- with gr.Accordion("Edge Voice", open=False):
260
  edge_tts_output = gr.Audio(label="Edge Voice", type="filepath")
261
  tts_output = gr.Audio(label="Result")
262
  but0.click(
 
256
  but0 = gr.Button("Convert", variant="primary")
257
  info_text = gr.Textbox(label="Output info")
258
  with gr.Column():
259
+ with gr.Accordion("Edge Voice", visible=False):
260
  edge_tts_output = gr.Audio(label="Edge Voice", type="filepath")
261
  tts_output = gr.Audio(label="Result")
262
  but0.click(