kevinwang676 commited on
Commit
ad3af0d
·
1 Parent(s): 49ed4a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -380,7 +380,7 @@ while run_server:
380
  #transcription_text = gr.Textbox(label="Transcription Text", lines=1, placeholder="Enter Text of your Audio Sample here...")
381
  with gr.Row():
382
  with gr.Column():
383
- initialname = "./bark/assets/prompts/custom/MeMyselfAndI"
384
  output_voice = gr.Textbox(label="Filename of trained Voice", lines=1, placeholder=initialname, value=initialname)
385
  with gr.Column():
386
  tokenizerlang = gr.Dropdown(tokenizer_language_list, label="Base Language Tokenizer", value=tokenizer_language_list[1])
 
380
  #transcription_text = gr.Textbox(label="Transcription Text", lines=1, placeholder="Enter Text of your Audio Sample here...")
381
  with gr.Row():
382
  with gr.Column():
383
+ initialname = "Custom_Voice"
384
  output_voice = gr.Textbox(label="Filename of trained Voice", lines=1, placeholder=initialname, value=initialname)
385
  with gr.Column():
386
  tokenizerlang = gr.Dropdown(tokenizer_language_list, label="Base Language Tokenizer", value=tokenizer_language_list[1])