Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def process_video_and_questions(video, sitting, hands, location, screen):
|
|
12 |
video_name = os.path.basename(video)
|
13 |
|
14 |
# Construct the query with the video name included
|
15 |
-
query = f"Describe the video
|
16 |
additional_info = []
|
17 |
if sitting:
|
18 |
additional_info.append("Is the subject in the video standing or sitting?")
|
|
|
12 |
video_name = os.path.basename(video)
|
13 |
|
14 |
# Construct the query with the video name included
|
15 |
+
query = f"Describe the video in detail and answer the questions"
|
16 |
additional_info = []
|
17 |
if sitting:
|
18 |
additional_info.append("Is the subject in the video standing or sitting?")
|