kevinwang676 commited on
Commit
93a8551
·
1 Parent(s): 4a81914

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -315,6 +315,7 @@ while run_server:
315
  with gr.Row():
316
  dummy = gr.Text(label="Progress")
317
  npz_file = gr.File(label=".npz file")
 
318
 
319
  with gr.Tab("TTS"):
320
  with gr.Row():
@@ -352,7 +353,6 @@ while run_server:
352
 
353
  with gr.Row():
354
  with gr.Column():
355
- speakers_list.insert(0, npz_file) # add prompt
356
  gr.Markdown("[Voice Prompt Library](https://suno-ai.notion.site/8b8e8749ed514b0cbf3f699013548683?v=bc67cff786b04b50b3ceb756fd05f68c)")
357
  speaker = gr.Dropdown(speakers_list, value=speakers_list[0], label="Voice")
358
  speaker_custom = npz_file
 
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():
 
353
 
354
  with gr.Row():
355
  with gr.Column():
 
356
  gr.Markdown("[Voice Prompt Library](https://suno-ai.notion.site/8b8e8749ed514b0cbf3f699013548683?v=bc67cff786b04b50b3ceb756fd05f68c)")
357
  speaker = gr.Dropdown(speakers_list, value=speakers_list[0], label="Voice")
358
  speaker_custom = npz_file