Manasa1 commited on
Commit
0ee4c69
·
verified ·
1 Parent(s): 6a31dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ with tab1:
80
 
81
  analysis_prompt = (
82
  f"""
83
- Analyze the uploaded video for content and context. Provide a detailed summary. Search the internet for similar topics discussed in the uploaded video.
84
- Respond to the following query using video insights and supplementary web research: {user_query}
85
  Provide a detailed, user-friendly, and actionable response.
86
  """
87
  )
 
80
 
81
  analysis_prompt = (
82
  f"""
83
+ Analyze the uploaded video for content and context. Provide detailed notes for the user. The notes must be clean and include every little topic discussed in the video.
84
+ Respond to the following query using video insights : {user_query}
85
  Provide a detailed, user-friendly, and actionable response.
86
  """
87
  )