flocolombari
commited on
Commit
•
6fbe27e
1
Parent(s):
80efb09
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def detect_scene_changes(video_path, threshold):
|
|
58 |
|
59 |
def video_to_descriptions(video, target_language="en"):
|
60 |
|
61 |
-
threshold =
|
62 |
|
63 |
scene_changes = detect_scene_changes(video, threshold)
|
64 |
|
|
|
58 |
|
59 |
def video_to_descriptions(video, target_language="en"):
|
60 |
|
61 |
+
threshold = 45.0
|
62 |
|
63 |
scene_changes = detect_scene_changes(video, threshold)
|
64 |
|