Athspi commited on
Commit
c6b149b
·
verified ·
1 Parent(s): ee4d359

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,10 +52,10 @@ VOICE_CHOICES = {
52
  }
53
 
54
  GEMINI_PROMPT = """
55
- You are an expert 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 from all speakers 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
 
 
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