kevinwang676 commited on
Commit
5929067
1 Parent(s): 2d122b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -784,7 +784,7 @@ with gr.Blocks(theme='Kasien/ali_theme_custom') as app:
784
  tone_sample=gr.Audio(label="🔊Preview tone/试听语气 ", scale=5)
785
 
786
 
787
- with gr.Accordion(label="prpt voice", open=False,visible=False):
788
  with gr.Row(visible=True):
789
  inp_ref = gr.Audio(label="Reference audio", type="filepath", value=default_voice_wav, scale=3)
790
  prompt_text = gr.Textbox(label="Reference text", value=default_voice_wav_words, scale=3)
 
784
  tone_sample=gr.Audio(label="🔊Preview tone/试听语气 ", scale=5)
785
 
786
 
787
+ with gr.Accordion(label="prpt voice", open=True, visible=True):
788
  with gr.Row(visible=True):
789
  inp_ref = gr.Audio(label="Reference audio", type="filepath", value=default_voice_wav, scale=3)
790
  prompt_text = gr.Textbox(label="Reference text", value=default_voice_wav_words, scale=3)