flocolombari commited on
Commit
a12eca5
1 Parent(s): ca78b3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 =55.0
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