reab5555 commited on
Commit
7e7ddb7
·
verified ·
1 Parent(s): 6321191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def process_video(video_path, target, progress=gr.Progress()):
46
  temp_dir = tempfile.mkdtemp()
47
  frame_paths = []
48
 
49
- batch_size = 2 # Process 2 frames at a time
50
  batch_frames = []
51
  batch_indices = []
52
 
 
46
  temp_dir = tempfile.mkdtemp()
47
  frame_paths = []
48
 
49
+ batch_size = 1
50
  batch_frames = []
51
  batch_indices = []
52