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