Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmusser01 committed May 15, 2024
1 parent 0b71250 commit e848e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HF/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,7 @@ def main(input_path, api_name=None, api_key=None, num_speakers=2, whisper_model=
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> {{TRANSCRIPT}} </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 "
Expand Down

0 comments on commit e848e6f

Please sign in to comment.