Spaces:
Paused
Paused
Update config.py
Browse files
config.py
CHANGED
|
@@ -114,7 +114,7 @@ class ProcessingConfig:
|
|
| 114 |
|
| 115 |
# Performance
|
| 116 |
batch_size: int = 8 # Frames per batch for model inference
|
| 117 |
-
max_video_duration: float =
|
| 118 |
|
| 119 |
# Temporary files
|
| 120 |
temp_dir: Optional[str] = None
|
|
|
|
| 114 |
|
| 115 |
# Performance
|
| 116 |
batch_size: int = 8 # Frames per batch for model inference
|
| 117 |
+
max_video_duration: float = 12000.0
|
| 118 |
|
| 119 |
# Temporary files
|
| 120 |
temp_dir: Optional[str] = None
|