Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -397,16 +397,15 @@ Requirements:
|
|
397 |
- Exactly two speakers: Speaker 1 and Speaker 2
|
398 |
- The podcast should fill 4-5 minutes, focusing on the core context of the input text
|
399 |
- DO NOT copy the example below , only use it as conversation reference
|
400 |
-
- The podcast should be professional,
|
401 |
- The input text might be disorganized or unformatted. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points,
|
402 |
-
- The two-person conversation must be in strictly 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
|
403 |
-
- follow below example script structure strictly, each line starts with either the key word Speaker 1 or Speaker 2. no any special characters allowed in entire text.
|
404 |
Speaker 1: Hello to our podcast
|
405 |
Speaker 2: Thanks to be here
|
406 |
Speaker 1: ...
|
407 |
Speaker 2: ...
|
408 |
Speaker 1: ...
|
409 |
Speaker 2: ...
|
|
|
410 |
"""
|
411 |
|
412 |
#Example JSON structure:
|
|
|
397 |
- Exactly two speakers: Speaker 1 and Speaker 2
|
398 |
- The podcast should fill 4-5 minutes, focusing on the core context of the input text
|
399 |
- DO NOT copy the example below , only use it as conversation reference
|
400 |
+
- The podcast should be professional, lively, witty and engaging, and hook the listener from the start.
|
401 |
- The input text might be disorganized or unformatted. Ignore any formatting inconsistencies or irrelevant details; your task is to distill the essential points,
|
|
|
|
|
402 |
Speaker 1: Hello to our podcast
|
403 |
Speaker 2: Thanks to be here
|
404 |
Speaker 1: ...
|
405 |
Speaker 2: ...
|
406 |
Speaker 1: ...
|
407 |
Speaker 2: ...
|
408 |
+
- Your generated script must be entirely in JSON format.
|
409 |
"""
|
410 |
|
411 |
#Example JSON structure:
|