Update app.py
Browse files
app.py
CHANGED
@@ -44,12 +44,12 @@ VOICE_CHOICES = {
|
|
44 |
}
|
45 |
|
46 |
GEMINI_PROMPT = """
|
47 |
-
You are an
|
48 |
|
49 |
**CRITICAL INSTRUCTIONS:**
|
50 |
-
1.
|
51 |
-
2.
|
52 |
-
3.
|
53 |
|
54 |
**EXAMPLE OUTPUT:**
|
55 |
Say happily: வணக்கம்! [laugh] எப்படி இருக்கீங்க? Whisper mysteriously: அந்த ரகசியம் எனக்கு மட்டும் தான் தெரியும்.
|
|
|
44 |
}
|
45 |
|
46 |
GEMINI_PROMPT = """
|
47 |
+
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.
|
48 |
|
49 |
**CRITICAL INSTRUCTIONS:**
|
50 |
+
1. **Single Script:** Combine all dialogue into one continuous script.
|
51 |
+
2. **NO Timestamps or Speaker Labels:** Do NOT include any timestamps or speaker identifiers.
|
52 |
+
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.
|
53 |
|
54 |
**EXAMPLE OUTPUT:**
|
55 |
Say happily: வணக்கம்! [laugh] எப்படி இருக்கீங்க? Whisper mysteriously: அந்த ரகசியம் எனக்கு மட்டும் தான் தெரியும்.
|