Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -288,7 +288,7 @@ body {
|
|
288 |
with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
|
289 |
gr.Markdown("""
|
290 |
# 🎙️ 聲音行銷企劃 - 財資歐北共 Podcast 🎙️
|
291 |
-
|
292 |
""", elem_classes="center-aligned")
|
293 |
|
294 |
input_text = gr.Textbox(label="請輸入 Podcast 話題(建議50~500字之間)", placeholder="輸入 Podcast 話題內容越詳細劇本越佳 ......", elem_classes="input-background")
|
@@ -327,7 +327,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
|
|
327 |
Speaker_1 = gr.Dropdown(
|
328 |
choices=speaker_choices,
|
329 |
value="品睿 - 中文 (Male)",
|
330 |
-
label="
|
331 |
interactive=True,
|
332 |
scale=2,
|
333 |
elem_classes="sk1-background"
|
@@ -335,7 +335,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
|
|
335 |
Speaker_2 = gr.Dropdown(
|
336 |
choices=speaker_choices,
|
337 |
value="品妍 - 中文 (Female)",
|
338 |
-
label="
|
339 |
interactive=True,
|
340 |
scale=2,
|
341 |
elem_classes="sk2-background"
|
|
|
288 |
with gr.Blocks(theme=gr.themes.Monochrome(), css=custom_css) as iface:
|
289 |
gr.Markdown("""
|
290 |
# 🎙️ 聲音行銷企劃 - 財資歐北共 Podcast 🎙️
|
291 |
+
### ※ 自動生成 Podcast 節目及音檔,系統布署:江信宗,LLM:Llama-3.1-405B-Instruct。
|
292 |
""", elem_classes="center-aligned")
|
293 |
|
294 |
input_text = gr.Textbox(label="請輸入 Podcast 話題(建議50~500字之間)", placeholder="輸入 Podcast 話題內容越詳細劇本越佳 ......", elem_classes="input-background")
|
|
|
327 |
Speaker_1 = gr.Dropdown(
|
328 |
choices=speaker_choices,
|
329 |
value="品睿 - 中文 (Male)",
|
330 |
+
label="播客#1語音",
|
331 |
interactive=True,
|
332 |
scale=2,
|
333 |
elem_classes="sk1-background"
|
|
|
335 |
Speaker_2 = gr.Dropdown(
|
336 |
choices=speaker_choices,
|
337 |
value="品妍 - 中文 (Female)",
|
338 |
+
label="播客#2語音",
|
339 |
interactive=True,
|
340 |
scale=2,
|
341 |
elem_classes="sk2-background"
|