kevinwang676 commited on
Commit
96971bc
1 Parent(s): 35ad180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -306,8 +306,8 @@ while run_server:
306
  #transcription_text = gr.Textbox(label="Transcription Text", lines=1, placeholder="Enter Text of your Audio Sample here...")
307
  with gr.Row():
308
  with gr.Column():
309
- initialname = "Custom_Voice"
310
- output_voice = gr.Textbox(label="Filename of trained Voice", lines=1, placeholder=initialname, value=initialname)
311
  with gr.Column():
312
  tokenizerlang = gr.Dropdown(tokenizer_language_list, label="Base Language Tokenizer", value=tokenizer_language_list[1])
313
  with gr.Row():
 
306
  #transcription_text = gr.Textbox(label="Transcription Text", lines=1, placeholder="Enter Text of your Audio Sample here...")
307
  with gr.Row():
308
  with gr.Column():
309
+ initialname = "/home/user/app/bark/assets/prompts/file"
310
+ output_voice = gr.Textbox(label="Filename of trained Voice (do not change the initial name)", lines=1, placeholder=initialname, value=initialname)
311
  with gr.Column():
312
  tokenizerlang = gr.Dropdown(tokenizer_language_list, label="Base Language Tokenizer", value=tokenizer_language_list[1])
313
  with gr.Row():