update
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ class VideoHighlightDetector:
|
|
92 |
"role": "user",
|
93 |
"content": [
|
94 |
{"type": "video", "path": video_path},
|
95 |
-
{"type": "text", "text": "What is happening in this segment? Provide a brief description."}
|
96 |
]
|
97 |
}
|
98 |
]
|
|
|
92 |
"role": "user",
|
93 |
"content": [
|
94 |
{"type": "video", "path": video_path},
|
95 |
+
{"type": "text", "text": "What is happening in this segment? Provide a very brief and concise description."}
|
96 |
]
|
97 |
}
|
98 |
]
|