Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -316,11 +316,10 @@ class PodcastGenerator:
|
|
| 316 |
Requirements:
|
| 317 |
- Exactly 2 speakers (speaker 1 and 2)
|
| 318 |
- The podcast should be long, focusing on the input text
|
| 319 |
-
- Do not use names for the speakers.
|
| 320 |
- DO NOT copy the example below , only use it as conversation reference
|
| 321 |
- The podcast should be professional, in-depth, lively, witty and engaging, and hook the listener from the start.
|
| 322 |
-
- The input text might be disorganized or unformatted. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points,
|
| 323 |
-
- The two-person conversation must be in following format: Each Line always leading with the two speaker names: Speaker 1 or Speaker 2. No other names allowed
|
| 324 |
Example:
|
| 325 |
Speaker 1: Hello to our podcast
|
| 326 |
Speaker 2: Thanks to be here
|
|
|
|
| 316 |
Requirements:
|
| 317 |
- Exactly 2 speakers (speaker 1 and 2)
|
| 318 |
- The podcast should be long, focusing on the input text
|
|
|
|
| 319 |
- DO NOT copy the example below , only use it as conversation reference
|
| 320 |
- The podcast should be professional, in-depth, lively, witty and engaging, and hook the listener from the start.
|
| 321 |
+
- The input text might be disorganized or unformatted. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points,
|
| 322 |
+
- The two-person conversation must be in following format: Each Line always leading with the two speaker names: Speaker 1 or Speaker 2, so each line starts with an "S". No other names allowed, no special characters
|
| 323 |
Example:
|
| 324 |
Speaker 1: Hello to our podcast
|
| 325 |
Speaker 2: Thanks to be here
|