Update app.py
Browse files
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 =
|
| 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 |
|