Spaces:
Running
Running
Commit
·
3688418
1
Parent(s):
1e31460
LE prompt with reasoning
Browse files
app.py
CHANGED
@@ -551,11 +551,7 @@ Intelligent Thinking Context: {thinking_json}
|
|
551 |
Your task is to generate the social media clips following these strict rules:
|
552 |
|
553 |
1. TIMESTAMP SELECTION:
|
554 |
-
-
|
555 |
-
- Verify speaker continuity with NO interruptions
|
556 |
-
- End clips immediately before any other speaker starts
|
557 |
-
- If Speaker A talks from 1:00-1:10, then Speaker B talks, then Speaker A resumes at 1:15, these must be separate clips
|
558 |
-
- Never combine timestamps across interruptions
|
559 |
|
560 |
2. CLIP REQUIREMENTS:
|
561 |
- Minimum 20 seconds of CONTINUOUS speech
|
|
|
551 |
Your task is to generate the social media clips following these strict rules:
|
552 |
|
553 |
1. TIMESTAMP SELECTION:
|
554 |
+
- Make sure that a selected timestamp range of a clip has a single speaker only. We need to isolate each speaker's CLIPs.
|
|
|
|
|
|
|
|
|
555 |
|
556 |
2. CLIP REQUIREMENTS:
|
557 |
- Minimum 20 seconds of CONTINUOUS speech
|