kevinwang676 commited on
Commit
b12941e
·
1 Parent(s): 0c2ecba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,7 +315,7 @@ while run_server:
315
  with gr.Row():
316
  dummy = gr.Text(label="Progress")
317
  npz_file = gr.File(label=".npz file")
318
- speakers_list.insert(0, "Custom_Voice.npz") # add prompt
319
 
320
  with gr.Tab("TTS"):
321
  with gr.Row():
 
315
  with gr.Row():
316
  dummy = gr.Text(label="Progress")
317
  npz_file = gr.File(label=".npz file")
318
+ speakers_list.insert(0, npz_file) # add prompt
319
 
320
  with gr.Tab("TTS"):
321
  with gr.Row():