Update app.py
Browse files
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
|
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 |
|