Opera8 commited on
Commit
dd913c2
·
verified ·
1 Parent(s): 662a62a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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, exactly 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 however many speakers the user has specified. The podcast must feature an engaging back-and-forth exchange between the speakers, with both actively 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 like (laugh) or (sigh). The state/action must strictly be inside parentheses."""
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