Spaces:
Runtime error
Runtime error
Commit
·
ad3af0d
1
Parent(s):
49ed4a8
Update app.py
Browse files
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 = "
|
| 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])
|