ahm14 commited on
Commit
0aa8317
·
verified ·
1 Parent(s): da716d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def categorize_frames(frame_list):
176
  return categorized_frames
177
 
178
  # Extract frames using keyword matching and categorize
179
- def extract_frames_fallback(text, frame_categories):
180
  detected_frames = []
181
  text_lower = text.lower()
182
 
 
176
  return categorized_frames
177
 
178
  # Extract frames using keyword matching and categorize
179
+ def extract_frames_fallback(text):
180
  detected_frames = []
181
  text_lower = text.lower()
182