Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
·
b12941e
1
Parent(s):
0c2ecba
Update app.py
Browse files
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,
|
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():
|