Spaces:
Runtime error
Runtime error
ManishThota
commited on
Commit
•
c935ba3
1
Parent(s):
78e2d46
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def process_video_and_questions(video, sitting, hands, location, screen):
|
|
19 |
final_query = query + " " + " ".join(additional_info)
|
20 |
final_prompt = final_query + " " + end_query
|
21 |
# Assuming your describe_video function handles the video processing
|
22 |
-
response = describe_video(video, final_prompt
|
23 |
return response
|
24 |
|
25 |
# Video and text inputs for the interface
|
|
|
19 |
final_query = query + " " + " ".join(additional_info)
|
20 |
final_prompt = final_query + " " + end_query
|
21 |
# Assuming your describe_video function handles the video processing
|
22 |
+
response = describe_video(video, final_prompt)
|
23 |
return response
|
24 |
|
25 |
# Video and text inputs for the interface
|