Fayza38 commited on
Commit
bdade81
·
verified ·
1 Parent(s): 3b10697

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +2 -1
pipeline.py CHANGED
@@ -480,7 +480,8 @@ def draw_metric_bars(panel,
480
 
481
  ##Integrated Video Processing (Analysis + Annotation)
482
 
483
- def process_full_video(video_path, output_dir, questions_config, audio_results_map):
 
484
  """
485
  Enhanced video processing with:
486
  1. Real-time (Live) Audio Metric Bars using a sliding window.
 
480
 
481
  ##Integrated Video Processing (Analysis + Annotation)
482
 
483
+ def process_full_video(video_path, output_dir, questions_config, audio_results_map=None):
484
+
485
  """
486
  Enhanced video processing with:
487
  1. Real-time (Live) Audio Metric Bars using a sliding window.