Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -306,9 +306,10 @@ class PodcastGenerator:
|
|
306 |
Requirements:
|
307 |
- Exactly 2 speakers (speaker 1 and 2)
|
308 |
- Natural conversation style
|
309 |
-
- The podcast should be long,
|
310 |
- Do not use names for the speakers.
|
311 |
- The Podcast starts with : welcome to our todays podcast !
|
|
|
312 |
- The podcast should be professional, in-depth, interesting, lively, witty and engaging, and hook the listener from the start.
|
313 |
- The input text might be disorganized or unformatted, originating from sources like PDFs or text files. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points, identify key definitions, and highlight intriguing facts that would be suitable for discussion in a podcast.
|
314 |
- The script must be in JSON format.
|
|
|
306 |
Requirements:
|
307 |
- Exactly 2 speakers (speaker 1 and 2)
|
308 |
- Natural conversation style
|
309 |
+
- The podcast should be long, focusing on the input text
|
310 |
- Do not use names for the speakers.
|
311 |
- The Podcast starts with : welcome to our todays podcast !
|
312 |
+
- DO NOT copy the example below , only use it as conversation reference — generate new content based on input
|
313 |
- The podcast should be professional, in-depth, interesting, lively, witty and engaging, and hook the listener from the start.
|
314 |
- The input text might be disorganized or unformatted, originating from sources like PDFs or text files. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points, identify key definitions, and highlight intriguing facts that would be suitable for discussion in a podcast.
|
315 |
- The script must be in JSON format.
|