Spaces:
Runtime error
Runtime error
ManishThota
commited on
Update multi_video_app.py
Browse files- multi_video_app.py +1 -1
multi_video_app.py
CHANGED
@@ -40,7 +40,7 @@ def process_single_video(video_path, standing, hands, location, screen) -> Dict:
|
|
40 |
if screen:
|
41 |
additional_info.append("Is the subject interacting with a screen in the background by facing the screen?\n")
|
42 |
|
43 |
-
end_query = """Provide the results in <annotation> tags, where 0 indicates False, 1 indicates True,
|
44 |
<annotation>indoors: 0</annotation>
|
45 |
<annotation>standing: 1</annotation>
|
46 |
<annotation>hands.free: 0</annotation>
|
|
|
40 |
if screen:
|
41 |
additional_info.append("Is the subject interacting with a screen in the background by facing the screen?\n")
|
42 |
|
43 |
+
end_query = """Provide the results in <annotation> tags, where 0 indicates False, 1 indicates True, follow these example below\n:
|
44 |
<annotation>indoors: 0</annotation>
|
45 |
<annotation>standing: 1</annotation>
|
46 |
<annotation>hands.free: 0</annotation>
|