From e848e6f4ac0232bdb1b747f22f704e5d82c08817 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 14 May 2024 22:50:20 -0700 Subject: [PATCH] Update app.py --- HF/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HF/app.py b/HF/app.py index 8cc5d60..9f9e9ee 100644 --- a/HF/app.py +++ b/HF/app.py @@ -1609,7 +1609,7 @@ if __name__ == "__main__": print(f"Custom Prompt has been defined. Custom prompt: \n\n {args.custom_prompt}") else: logging.debug("No custom prompt defined, will use default") - args.custom_prompt = ("\n\nHere is the transcript of a video: {{TRANSCRIPT}} Please " + args.custom_prompt = ("\n\nAbove is the transcript of a video. Please " "read through the transcript carefully. Identify the main topics that are discussed " "over the course of the transcript. Then, summarize the key points about each main " "topic in a concise bullet point. The bullet points should cover the key information "