NoCrypt commited on
Commit
d6287b5
1 Parent(s): c31d772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -279,7 +279,7 @@ with app:
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(
 
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", open=False):
283
  edge_tts_output = gr.Audio(label="Edge Voice", type="filepath")
284
  tts_output = gr.Audio(label="Result")
285
  but0.click(