Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,11 @@ def generate_podcast_script(api_key, prompt, uploaded_file, duration, num_hosts)
|
|
62 |
Do not include speaker labels like "John:" or "Sara:" before dialogue.
|
63 |
The intro always includes the first speaker and should be in the same paragraph.
|
64 |
The outro always includes the first speaker and should be in the same paragraph
|
|
|
65 |
Keep each speaker's entire monologue in a single paragraph, regardless of length if the humber of hosts is not 1.
|
66 |
Start a new paragraph only when switching to a different speaker if the humber of hosts is not 1.
|
67 |
Maintain natural conversation flow and speech patterns within each monologue.
|
68 |
Use context clues or subtle references to indicate who is speaking without explicit labels if the humber of hosts is not 1
|
69 |
-
Ensure clear transitions between speakers to maintain coherence without labels.
|
70 |
Use speaker names sparingly, only when necessary for clarity or emphasis. Avoid starting every line with the other person's name.
|
71 |
Rely more on context and speech patterns to indicate who is speaking, rather than always stating names.
|
72 |
Use names primarily for transitions sparingly, definitely with agreements, or to draw attention to a specific point, not as a constant form of address.
|
|
|
62 |
Do not include speaker labels like "John:" or "Sara:" before dialogue.
|
63 |
The intro always includes the first speaker and should be in the same paragraph.
|
64 |
The outro always includes the first speaker and should be in the same paragraph
|
65 |
+
Do not include these types of transition "Intro Music fades in and then fades slightly to background"
|
66 |
Keep each speaker's entire monologue in a single paragraph, regardless of length if the humber of hosts is not 1.
|
67 |
Start a new paragraph only when switching to a different speaker if the humber of hosts is not 1.
|
68 |
Maintain natural conversation flow and speech patterns within each monologue.
|
69 |
Use context clues or subtle references to indicate who is speaking without explicit labels if the humber of hosts is not 1
|
|
|
70 |
Use speaker names sparingly, only when necessary for clarity or emphasis. Avoid starting every line with the other person's name.
|
71 |
Rely more on context and speech patterns to indicate who is speaking, rather than always stating names.
|
72 |
Use names primarily for transitions sparingly, definitely with agreements, or to draw attention to a specific point, not as a constant form of address.
|