Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ prompt = """
|
|
33 |
you are a youtube video summariser , you take the transcript text and
|
34 |
summaries the entire video and providing the important summary inpoints within 250 words
|
35 |
the transcript text will be appended here
|
36 |
-
give the results in points
|
37 |
"""
|
38 |
|
39 |
def generate_gemini_content(transcript_text,prompt):
|
|
|
33 |
you are a youtube video summariser , you take the transcript text and
|
34 |
summaries the entire video and providing the important summary inpoints within 250 words
|
35 |
the transcript text will be appended here
|
36 |
+
give the results in points:
|
37 |
"""
|
38 |
|
39 |
def generate_gemini_content(transcript_text,prompt):
|