kevinwang676 commited on
Commit
4a81914
·
1 Parent(s): 347a2f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -352,6 +352,7 @@ while run_server:
352
 
353
  with gr.Row():
354
  with gr.Column():
 
355
  gr.Markdown("[Voice Prompt Library](https://suno-ai.notion.site/8b8e8749ed514b0cbf3f699013548683?v=bc67cff786b04b50b3ceb756fd05f68c)")
356
  speaker = gr.Dropdown(speakers_list, value=speakers_list[0], label="Voice")
357
  speaker_custom = npz_file
 
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