ManishThota commited on
Commit
86b1263
·
verified ·
1 Parent(s): c78e00d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ from src.video_model import describe_video # Assuming this function processes t
56
 
57
  # --- Function to construct the final query ---
58
  def process_video_and_questions(video, sitting, hands, location, screen):
59
- query = "Here are some frames of a video. Describe this video in detail."
60
  additional_info = []
61
  if sitting:
62
  additional_info.append("Is the subject in the video standing or sitting?")
 
56
 
57
  # --- Function to construct the final query ---
58
  def process_video_and_questions(video, sitting, hands, location, screen):
59
+ query = "Describe this video in detail and answer the questions"
60
  additional_info = []
61
  if sitting:
62
  additional_info.append("Is the subject in the video standing or sitting?")