Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ Requirements:
|
|
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 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
|
324 |
-
- follow below example script structure strictly, each line starts with Speaker 1 or Speaker 2
|
325 |
Speaker 1: Hello to our podcast
|
326 |
Speaker 2: Thanks to be here
|
327 |
Speaker 1: ...
|
|
|
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 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
|
324 |
+
- 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.
|
325 |
Speaker 1: Hello to our podcast
|
326 |
Speaker 2: Thanks to be here
|
327 |
Speaker 1: ...
|