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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def process_video_and_questions(video, sitting, hands, location, screen):
22
  additional_info.append("Is the subject present indoors or outdoors?")
23
  if screen:
24
  additional_info.append("Is the subject interacting with a screen in the background by facing the screen?")
25
- end_query = """ Provide the results in <annotation> tags for example with 0 being False and 1 being True\n
26
  <annotation>indoors: 0</annotation>
27
  <annotation>standing: 1</annotation>
28
  <annotation>hands.free: 1</annotation>
 
22
  additional_info.append("Is the subject present indoors or outdoors?")
23
  if screen:
24
  additional_info.append("Is the subject interacting with a screen in the background by facing the screen?")
25
+ end_query = """ Provide the results in <annotation> tags for example with 0 being False, 1 being True and None means there is no info present\n
26
  <annotation>indoors: 0</annotation>
27
  <annotation>standing: 1</annotation>
28
  <annotation>hands.free: 1</annotation>