Upload app.py
Browse files
app.py
CHANGED
@@ -494,7 +494,7 @@ with gr.Blocks(
|
|
494 |
|
495 |
podcast_tagline = gr.Textbox(
|
496 |
label="播客宣传语",
|
497 |
-
value="
|
498 |
info="播客的宣传语或副标题"
|
499 |
)
|
500 |
|
@@ -514,7 +514,7 @@ with gr.Blocks(
|
|
514 |
)
|
515 |
ending_message = gr.Textbox(
|
516 |
label="结束语",
|
517 |
-
value="
|
518 |
info="结束语"
|
519 |
)
|
520 |
tts_model = gr.Radio(
|
@@ -533,7 +533,7 @@ with gr.Blocks(
|
|
533 |
|
534 |
tts_openai_answer = gr.Dropdown(
|
535 |
choices=[voice["name"] for voice in VOICE_OPTIONS],
|
536 |
-
value=VOICE_OPTIONS[
|
537 |
label="第二位发言者的语音",
|
538 |
info="选择OpenAI TTS 第二位发言者的语音"
|
539 |
)
|
|
|
494 |
|
495 |
podcast_tagline = gr.Textbox(
|
496 |
label="播客宣传语",
|
497 |
+
value="猛然回首,太匆匆",
|
498 |
info="播客的宣传语或副标题"
|
499 |
)
|
500 |
|
|
|
514 |
)
|
515 |
ending_message = gr.Textbox(
|
516 |
label="结束语",
|
517 |
+
value="欢迎下次继续收听!",
|
518 |
info="结束语"
|
519 |
)
|
520 |
tts_model = gr.Radio(
|
|
|
533 |
|
534 |
tts_openai_answer = gr.Dropdown(
|
535 |
choices=[voice["name"] for voice in VOICE_OPTIONS],
|
536 |
+
value=VOICE_OPTIONS[26]["name"],
|
537 |
label="第二位发言者的语音",
|
538 |
info="选择OpenAI TTS 第二位发言者的语音"
|
539 |
)
|