NoCrypt commited on
Commit
c31d772
1 Parent(s): 6bdadbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- edge_tts_output = gr.Audio(label="Edge Voice", type="filepath")
 
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,