Spaces:
Running
Running
Update app.py
Browse files
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
|
84 |
-
Respond to the following query using video insights
|
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 |
)
|