Spaces:
Running
Running
Upload app.py
Browse files
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 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
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 |
|