ManishThota commited on
Commit
1b7a970
·
verified ·
1 Parent(s): ea0cd9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 process_video_and_get_json(video, sitting, hands, location, screen):
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: