reab5555 commited on
Commit
615efcf
1 Parent(s): a58e878

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def process_video(video_path, target, progress=gr.Progress()):
34
 
35
  processed_frames = []
36
  frame_scores = []
37
- batch_size = 8
38
  batch_frames = []
39
  batch_times = []
40
 
 
34
 
35
  processed_frames = []
36
  frame_scores = []
37
+ batch_size = 4
38
  batch_frames = []
39
  batch_times = []
40