kevinwang676 commited on
Commit
ec5fb8b
·
1 Parent(s): 99aabbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ with gr.Blocks(title="Bark Enhanced Gradio GUI", mode="Bark Enhanced") as barkgu
315
  output_voice = gr.Textbox(label="Filename of trained Voice", lines=1, placeholder=initialname, value=initialname)
316
  clone_voice_button = gr.Button("Create Voice")
317
  dummy = gr.Text(label="Progress")
318
- npz_file_1 = gr.File(label=".npz file")
319
 
320
  convert_to_ssml_button.click(convert_text_to_ssml, inputs=[input_text, speaker],outputs=input_text)
321
  tts_create_button.click(generate_text_to_speech, inputs=[input_text, speaker, text_temp, waveform_temp, quick_gen_checkbox, complete_settings],outputs=output_audio)
 
315
  output_voice = gr.Textbox(label="Filename of trained Voice", lines=1, placeholder=initialname, value=initialname)
316
  clone_voice_button = gr.Button("Create Voice")
317
  dummy = gr.Text(label="Progress")
318
+ npz_file_1 = gr.File(label=".npz file")
319
 
320
  convert_to_ssml_button.click(convert_text_to_ssml, inputs=[input_text, speaker],outputs=input_text)
321
  tts_create_button.click(generate_text_to_speech, inputs=[input_text, speaker, text_temp, waveform_temp, quick_gen_checkbox, complete_settings],outputs=output_audio)