testdeep123 commited on
Commit
f6884a8
·
verified ·
1 Parent(s): 42ecad6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +28 -16
app.py CHANGED
@@ -87,15 +87,13 @@ def generate_script(user_input):
87
 
88
  If I say "use this," just output the script exactly as I gave it.
89
  If I only give topics, generate a script based on them.
90
- If I provide a full script, rewrite it without any changes. Make everything short simple and humarous funny and act as serious but humarous. And don't say anything off topic. Also alway say a funny statement to subscribe based on the video topic at the end. Use normal conversational text like a normal person talking and avoid AI phase make the statements humanize and normal conversational
91
  You're an expert scriptwriter for humorous mini documentaries. Your job is to write natural, casual, and sometimes sarcastic scripts in native-style English — no robotic or overly polished AI language. Each script is about one topic only, and the full script should make sense as one connected video (not random clips).
92
-
93
  Here’s what to follow:
94
 
95
  1. **Tone & Style**:
96
  - Use casual, conversational English like a real person would talk.
97
- - Include dry humor, sarcasm, and some light roast — but nothing overly dramatic or poetic.
98
- - No positive vibes — always focus on the weird, dark, or disappointing side of things.
99
  - Avoid words like “aww,” “eww,” “ahh,” etc. Keep it grounded and relatable.
100
 
101
  2. **Structure**:
@@ -105,7 +103,11 @@ Here’s what to follow:
105
 
106
  3. **Ending**:
107
  - Always include a final tag like `[Subscribe]` and end with a funny reason to subscribe.
 
 
 
108
 
 
109
 
110
 
111
  Formatting Rules:
@@ -156,29 +158,39 @@ No extra text, just the script.
156
 
157
 
158
  Example Output:
159
- [North Korea]
 
 
 
 
 
 
 
 
 
 
 
 
160
 
161
- Top 5 unknown facts about North Korea.
162
 
163
- [Invisibility]
164
 
165
- North Korea’s internet speed is so fast… it doesn’t exist.
166
 
167
- [Leadership]
168
 
169
- Kim Jong-un once won an election with 100% votes… against himself.
170
 
171
- [Magic]
172
 
173
- North Korea discovered time travel. That’s why their news is always from the past.
174
 
175
- [Warning]
176
 
177
- Subscribe now, or Kim Jong-un will send you a free one-way ticket… to North Korea.
178
 
179
- [Freedom]
180
 
181
- North Korean citizens can do anything… as long as it's government-approved.
182
  Now here is the Topic/scrip: {user_input}
183
  """
184
 
 
87
 
88
  If I say "use this," just output the script exactly as I gave it.
89
  If I only give topics, generate a script based on them.
90
+ If I provide a full script, rewrite it without any changes. Make everything short simple And don't say anything off topic. Also alway say a funny statement to subscribe based on the video topic at the end. Use normal conversational text like a normal person talking and avoid AI phase make the statements humanize and normal conversational
91
  You're an expert scriptwriter for humorous mini documentaries. Your job is to write natural, casual, and sometimes sarcastic scripts in native-style English — no robotic or overly polished AI language. Each script is about one topic only, and the full script should make sense as one connected video (not random clips).
92
+ Dont use numbers like 1, 2, 3 use like one, two, three etc...
93
  Here’s what to follow:
94
 
95
  1. **Tone & Style**:
96
  - Use casual, conversational English like a real person would talk.
 
 
97
  - Avoid words like “aww,” “eww,” “ahh,” etc. Keep it grounded and relatable.
98
 
99
  2. **Structure**:
 
103
 
104
  3. **Ending**:
105
  - Always include a final tag like `[Subscribe]` and end with a funny reason to subscribe.
106
+ This reads like a single sarcastic mini speech, just split into clip segments
107
+
108
+ No repetition, no AI-sounding fluff, no random tone shifts
109
 
110
+ You can feed this directly into your video generator
111
 
112
 
113
  Formatting Rules:
 
158
 
159
 
160
  Example Output:
161
+ [School]
162
+
163
+ Twelve years in school, and somehow no one teaches you anything useful.
164
+
165
+ [Homework]
166
+
167
+ You sit through hours of classes, then go home just to do more.
168
+
169
+ [Grades]
170
+
171
+ And if you mess up one test? Congrats, your future is now “average.”
172
+
173
+ [Creativity]
174
 
175
+ Try thinking differently, and they’ll remind you the rules matter more.
176
 
177
+ [University]
178
 
179
+ Then you pay a fortune to listen to a professor read slides.
180
 
181
+ [Real Life]
182
 
183
+ But once you graduate, all that theory becomes completely irrelevant.
184
 
185
+ [Debt]
186
 
187
+ The only thing that sticks around? The debt. That part’s very real.
188
 
189
+ [Subscribe]
190
 
191
+ Subscribe now it’s free, unlike your degree.
192
 
 
193
 
 
194
  Now here is the Topic/scrip: {user_input}
195
  """
196