ManishThota commited on
Commit
1e7eeba
·
verified ·
1 Parent(s): 50ab392

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def process_video_and_questions(video, sitting, hands, location, screen):
12
  video_name = os.path.basename(video)
13
 
14
  # Construct the query with the video name included
15
- query = f"Describe the video '{video_name}' in detail and answer the questions"
16
  additional_info = []
17
  if sitting:
18
  additional_info.append("Is the subject in the video standing or sitting?")
 
12
  video_name = os.path.basename(video)
13
 
14
  # Construct the query with the video name included
15
+ query = f"Describe the video in detail and answer the questions"
16
  additional_info = []
17
  if sitting:
18
  additional_info.append("Is the subject in the video standing or sitting?")