Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
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 |
|