Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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>
|