Update app.py
Browse files
app.py
CHANGED
|
@@ -262,12 +262,12 @@ Speakers Available:
|
|
| 262 |
|
| 263 |
CRITICAL INSTRUCTION: You must create a VERY LONG, in-depth, and highly detailed podcast script.
|
| 264 |
- Do NOT write a short summary.
|
| 265 |
-
- The conversation must deeply explore the topic. Make it a very long and detailed conversation,
|
| 266 |
-
- Make the dialogue engaging and informative. You must use two speakers for the podcast, or three if necessary, or
|
| 267 |
|
| 268 |
Output ONLY valid JSON.
|
| 269 |
Format: {{"selected_speakers": ["id1", "id2"], "script": [{{"speaker_id": "id1", "dialogue": "..."}}]}}
|
| 270 |
-
Dialogue rules: Do NOT avoid writing stage directions like
|
| 271 |
|
| 272 |
AYA_SPACE_URL = "https://coherelabs-aya-expanse.hf.space/gradio_api"
|
| 273 |
MAX_ATTEMPTS = 50
|
|
|
|
| 262 |
|
| 263 |
CRITICAL INSTRUCTION: You must create a VERY LONG, in-depth, and highly detailed podcast script.
|
| 264 |
- Do NOT write a short summary.
|
| 265 |
+
- The conversation must deeply explore the topic. Make it a very long and detailed conversation, as long as necessary to fully cover the topic.
|
| 266 |
+
- Make the dialogue engaging and informative. You must use two speakers for the podcast, or three if necessary, or whatever number of speakers the user specifies. The podcast should be an engaging exchange, typically between a man and a woman, with both speakers discussing the topic together.
|
| 267 |
|
| 268 |
Output ONLY valid JSON.
|
| 269 |
Format: {{"selected_speakers": ["id1", "id2"], "script": [{{"speaker_id": "id1", "dialogue": "..."}}]}}
|
| 270 |
+
Dialogue rules: Do NOT avoid writing stage directions and emotional cues like laughing or sighing. They are allowed, but the mood/action MUST be placed inside parentheses, for example (laugh) or (sigh)."""
|
| 271 |
|
| 272 |
AYA_SPACE_URL = "https://coherelabs-aya-expanse.hf.space/gradio_api"
|
| 273 |
MAX_ATTEMPTS = 50
|