Jiangxz01 commited on
Commit
04ea569
·
verified ·
1 Parent(s): d3dfe8f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -48,12 +48,12 @@ def generate_response(input_text, language, speaker1, speaker2, api_key):
48
  Follow this example structure, MUST be in {language} language:
49
  ```
50
  {{
51
- "speaker1": "歡迎收聽財資歐北共Podcast,我是主持人{speaker1_name},今天我們邀請到專家{speaker2_name},百忙之中來上我們節目",
52
- "speaker2": "大家好,我是{speaker2_name},很榮幸能來跟大家一起聊聊",
53
- "speaker1": "今天我們將探討一個非常有趣的話題……",
54
- "speaker2": "沒錯,這個話題確實讓人著迷,讓我們先從……開始說起吧……",
55
- …………
56
- "speaker1": "謝謝{speaker2_name}的專業分享,歡迎訂閱來許願Podcast節目喔,我們下次再見"
57
  }}
58
  ```
59
 
 
48
  Follow this example structure, MUST be in {language} language:
49
  ```
50
  {{
51
+ "speaker1": "Welcome to the Podcast. I am the host {speaker1_name}. Today we have invited an expert {speaker2_name} to join our program despite his busy schedule.",
52
+ "speaker2": "Hello everyone, I am {speaker2_name}, I am honored to come and chat with you",
53
+ "speaker1": "Today we will discuss a very interesting topic...",
54
+ "speaker2": "Yes, this topic is indeed fascinating. Let's start with...",
55
+ …………
56
+ "speaker1": "Thank you {speaker2_name} for your professional sharing. Welcome to subscribe to the Wishing Podcast. See you next time."
57
  }}
58
  ```
59