ManishThota commited on
Commit
cccf89a
·
verified ·
1 Parent(s): 0d8ccd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,7 +26,8 @@ def process_video_and_questions(video, sitting, hands, location, screen):
26
  <annotation>indoors: 0</annotation>
27
  <annotation>standing: 1</annotation>
28
  <annotation>hands.free: 1</annotation>
29
- <annotation>screen.interaction_yes: 0</annotation>"""
 
30
  final_query = query + " " + " ".join(additional_info)
31
  final_prompt = final_query + " " + end_query
32
 
 
26
  <annotation>indoors: 0</annotation>
27
  <annotation>standing: 1</annotation>
28
  <annotation>hands.free: 1</annotation>
29
+ <annotation>screen.interaction_yes: 0</annotation>
30
+ <annotation>screen.interaction_yes: None</annotation>"""
31
  final_query = query + " " + " ".join(additional_info)
32
  final_prompt = final_query + " " + end_query
33