Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ from src.video_model import describe_video # Assuming this function processes t
|
|
56 |
|
57 |
# --- Function to construct the final query ---
|
58 |
def process_video_and_questions(video, sitting, hands, location, screen):
|
59 |
-
query = "
|
60 |
additional_info = []
|
61 |
if sitting:
|
62 |
additional_info.append("Is the subject in the video standing or sitting?")
|
|
|
56 |
|
57 |
# --- Function to construct the final query ---
|
58 |
def process_video_and_questions(video, sitting, hands, location, screen):
|
59 |
+
query = "Describe this video in detail and answer the questions"
|
60 |
additional_info = []
|
61 |
if sitting:
|
62 |
additional_info.append("Is the subject in the video standing or sitting?")
|