Update app.py
Browse files
app.py
CHANGED
@@ -52,10 +52,10 @@ VOICE_CHOICES = {
|
|
52 |
}
|
53 |
|
54 |
GEMINI_PROMPT = """
|
55 |
-
You are an
|
56 |
|
57 |
**CRITICAL INSTRUCTIONS:**
|
58 |
-
1. **Single Script:** Combine all dialogue
|
59 |
2. **NO Timestamps or Speaker Labels:** Do NOT include any timestamps or speaker identifiers.
|
60 |
3. **Incorporate Performance:** Add English style prompts (e.g., `Say happily:`, `Whisper mysteriously:`) and performance tags (e.g., `[laugh]`, `[sigh]`) directly into the text for an expressive narration.
|
61 |
|
|
|
52 |
}
|
53 |
|
54 |
GEMINI_PROMPT = """
|
55 |
+
You are an AI scriptwriter. Your task is to watch the provided video and transcribe ALL spoken dialogue into a SINGLE, CONTINUOUS block of modern, colloquial Tamil.
|
56 |
|
57 |
**CRITICAL INSTRUCTIONS:**
|
58 |
+
1. **Single Script:** Combine all dialogue into one continuous script.
|
59 |
2. **NO Timestamps or Speaker Labels:** Do NOT include any timestamps or speaker identifiers.
|
60 |
3. **Incorporate Performance:** Add English style prompts (e.g., `Say happily:`, `Whisper mysteriously:`) and performance tags (e.g., `[laugh]`, `[sigh]`) directly into the text for an expressive narration.
|
61 |
|