flocolombari
commited on
Commit
•
a12eca5
1
Parent(s):
ca78b3e
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 =25.0
|
62 |
|
63 |
scene_changes = detect_scene_changes(video, threshold)
|
64 |
|