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

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 = 4
38
  batch_frames = []
39
  batch_times = []
40
 
 
34
 
35
  processed_frames = []
36
  frame_scores = []
37
+ batch_size = 1
38
  batch_frames = []
39
  batch_times = []
40