Spaces:
Sleeping
Sleeping
Commit
·
2cb3931
1
Parent(s):
1e7d342
update: LE prompt
Browse files
app.py
CHANGED
@@ -490,7 +490,7 @@ CRITICAL: When analyzing timestamps, you must verify that in the duration specif
|
|
490 |
3. The clip ends BEFORE any interruption or speaker change
|
491 |
"""
|
492 |
|
493 |
-
user_prompt = """
|
494 |
Your task is to generate the social media clips following these strict rules:
|
495 |
|
496 |
1. TIMESTAMP SELECTION:
|
|
|
490 |
3. The clip ends BEFORE any interruption or speaker change
|
491 |
"""
|
492 |
|
493 |
+
user_prompt = f"""User ID: {uid}\n
|
494 |
Your task is to generate the social media clips following these strict rules:
|
495 |
|
496 |
1. TIMESTAMP SELECTION:
|