Spaces:
Runtime error
Runtime error
ManishThota
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from src.video_model import describe_video # Your video processing function
|
|
6 |
from src.text_processor import process_description
|
7 |
|
8 |
# --- Function to handle both video and text processing ---
|
9 |
-
def
|
10 |
query = "Describe this video in detail and answer the questions."
|
11 |
additional_info = []
|
12 |
if sitting:
|
|
|
6 |
from src.text_processor import process_description
|
7 |
|
8 |
# --- Function to handle both video and text processing ---
|
9 |
+
def process_video(video, sitting, hands, location, screen):
|
10 |
query = "Describe this video in detail and answer the questions."
|
11 |
additional_info = []
|
12 |
if sitting:
|