Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,11 @@ class PodcastGenerator:
|
|
282 |
Requirements:
|
283 |
- Exactly 2 speakers (speaker 1 and 2)
|
284 |
- Natural conversation style
|
285 |
-
-
|
|
|
|
|
|
|
|
|
286 |
- {language_instruction}
|
287 |
|
288 |
Example JSON structure:
|
|
|
282 |
Requirements:
|
283 |
- Exactly 2 speakers (speaker 1 and 2)
|
284 |
- Natural conversation style
|
285 |
+
- The podcast should be long.
|
286 |
+
- Do not use names for the speakers.
|
287 |
+
- The podcast should be professional, in-depth, interesting, lively, and engaging, and hook the listener from the start.
|
288 |
+
- 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.
|
289 |
+
- The script must be in JSON format.
|
290 |
- {language_instruction}
|
291 |
|
292 |
Example JSON structure:
|