Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ Follow this example structure, MUST be in {language} language:
|
|
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.
|
57 |
}}
|
58 |
```
|
59 |
|
|
|
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. Thank you and goodbye."
|
57 |
}}
|
58 |
```
|
59 |
|